[arch-commits] Commit in nginx/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri May 1 16:00:54 UTC 2015


    Date: Friday, May 1, 2015 @ 18:00:53
  Author: bpiotrowski
Revision: 238319

Enable ngx_http_geoip_module

Modified:
  nginx/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-01 15:24:39 UTC (rev 238318)
+++ PKGBUILD	2015-05-01 16:00:53 UTC (rev 238319)
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 url='http://nginx.org'
 license=('custom')
-depends=('pcre' 'zlib' 'openssl')
+depends=('pcre' 'zlib' 'openssl' 'geoip')
 makedepends=('hardening-wrapper')
 backup=('etc/nginx/fastcgi.conf'
         'etc/nginx/fastcgi_params'
@@ -67,7 +67,8 @@
     --with-http_flv_module \
     --with-http_mp4_module \
     --with-http_secure_link_module \
-    --with-http_sub_module
+    --with-http_sub_module \
+    --with-http_geoip_module
 
   make
 }



More information about the arch-commits mailing list