mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/nginx to 1.10.0-2
This commit is contained in:
parent
34080f574e
commit
77c086654a
1 changed files with 7 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
pkgname=nginx
|
||||
pkgver=1.10.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://nginx.org'
|
||||
|
@ -52,12 +52,15 @@ _common_flags=(
|
|||
--with-http_ssl_module
|
||||
--with-http_stub_status_module
|
||||
--with-http_sub_module
|
||||
--with-http_v2_module
|
||||
--with-mail
|
||||
--with-mail_ssl_module
|
||||
--with-stream
|
||||
--with-stream_ssl_module
|
||||
--with-threads
|
||||
)
|
||||
|
||||
_stable_flags=(
|
||||
--with-http_v2_module
|
||||
--with-imap
|
||||
--with-imap_ssl_module
|
||||
)
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue