mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/nginx to 1.8.0-2
This commit is contained in:
parent
65e3a9f377
commit
243f0039cc
1 changed files with 10 additions and 8 deletions
|
@ -10,12 +10,12 @@
|
|||
|
||||
pkgname=nginx
|
||||
pkgver=1.8.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://nginx.org'
|
||||
license=('custom')
|
||||
depends=('pcre' 'zlib' 'openssl')
|
||||
depends=('pcre' 'zlib' 'openssl' 'geoip')
|
||||
backup=('etc/nginx/fastcgi.conf'
|
||||
'etc/nginx/fastcgi_params'
|
||||
'etc/nginx/koi-win'
|
||||
|
@ -59,19 +59,21 @@ build() {
|
|||
--with-ipv6 \
|
||||
--with-pcre-jit \
|
||||
--with-file-aio \
|
||||
--with-http_addition_module \
|
||||
--with-http_auth_request_module \
|
||||
--with-http_dav_module \
|
||||
--with-http_degradation_module \
|
||||
--with-http_flv_module \
|
||||
--with-http_geoip_module \
|
||||
--with-http_gunzip_module \
|
||||
--with-http_gzip_static_module \
|
||||
--with-http_mp4_module \
|
||||
--with-http_realip_module \
|
||||
--with-http_secure_link_module \
|
||||
--with-http_spdy_module \
|
||||
--with-http_ssl_module \
|
||||
--with-http_stub_status_module \
|
||||
--with-http_addition_module \
|
||||
--with-http_degradation_module \
|
||||
--with-http_flv_module \
|
||||
--with-http_mp4_module \
|
||||
--with-http_secure_link_module \
|
||||
--with-http_sub_module
|
||||
--with-http_sub_module \
|
||||
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue