summaryrefslogtreecommitdiff
path: root/community/nginx
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-03 23:14:38 +0000
committerroot <root@rshg054.dnsready.net>2011-09-03 23:14:38 +0000
commit3b18be1752c9fd9fa74eb1314ca97dd61e9ce912 (patch)
tree695198e2351a85f6c3a8fe7ba53ba5e4a4ec2bdd /community/nginx
parentb37ee9de1a430956d9e5958ebd9d7e0dbfc79327 (diff)
Sat Sep 3 23:14:38 UTC 2011
Diffstat (limited to 'community/nginx')
-rw-r--r--community/nginx/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD
index 237acf780..7507f3eb4 100644
--- a/community/nginx/PKGBUILD
+++ b/community/nginx/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 55022 2011-08-31 13:26:24Z spupykin $
+# $Id: PKGBUILD 55082 2011-09-02 09:21:05Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Miroslaw Szot <mss@czlug.icis.pcz.pl>
@@ -12,10 +12,12 @@ _group=http
pkgname=nginx
pkgver=1.0.6
-pkgrel=2
+pkgrel=3
pkgdesc="lightweight HTTP server and IMAP/POP3 proxy server"
arch=('i686' 'x86_64')
depends=('pcre' 'zlib' 'openssl')
+makedepends=('passenger')
+optdepends=('passenger')
url="http://nginx.org"
license=('custom')
backup=("etc/nginx/conf/fastcgi.conf"
@@ -52,7 +54,8 @@ build() {
--with-http_stub_status_module \
--with-http_dav_module \
--with-http_gzip_static_module \
- --with-ipv6
+ --with-ipv6 \
+ --add-module=/usr/lib/passenger/ext/nginx
make
}