Skip to content

Commit

Permalink
extra/nginx to 1.10.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmihelich committed May 1, 2016
1 parent 34080f5 commit 77c0866
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions extra/nginx/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit 77c0866

Please sign in to comment.