summaryrefslogtreecommitdiff
path: root/community/nginx
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-26 00:59:18 -0700
committerroot <root@rshg054.dnsready.net>2013-04-26 00:59:18 -0700
commita247f0004e94d32b5fe69a5123e1c6684d8cf096 (patch)
treeb501a4766eb2372f2185494535bf7f5900510d22 /community/nginx
parent9c9a534c011e220f1fcdc4bd56c21d7d8cfc94a1 (diff)
Fri Apr 26 00:59:18 PDT 2013
Diffstat (limited to 'community/nginx')
-rw-r--r--community/nginx/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD
index fca931cac..ec7ab49e5 100644
--- a/community/nginx/PKGBUILD
+++ b/community/nginx/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 88886 2013-04-24 15:32:13Z bpiotrowski $
+# $Id: PKGBUILD 88940 2013-04-25 04:37:43Z bpiotrowski $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Miroslaw Szot <mss@czlug.icis.pcz.pl>
@@ -8,7 +8,7 @@ _tmpdir=/var/lib/nginx
pkgname=nginx
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
arch=('i686' 'x86_64')
depends=('pcre' 'zlib' 'openssl' 'geoip')
@@ -55,8 +55,10 @@ build() {
--with-file-aio \
--with-http_dav_module \
--with-http_geoip_module \
+ --with-http_gunzip_module \
--with-http_gzip_static_module \
--with-http_realip_module \
+ --with-http_spdy_module \
--with-http_ssl_module \
--with-http_stub_status_module \
--add-module=/usr/lib/passenger/ext/nginx \