forked from ports/contrib
nginx: updated to version 1.11.5
This commit is contained in:
parent
f26fa6c2da
commit
de88e42487
@ -1,3 +1,3 @@
|
|||||||
92666d60410f429ddbdb10060369a480 nginx-1.11.4.tar.gz
|
db43f2b19746f6f47401c3afc3924dc6 nginx-1.11.5.tar.gz
|
||||||
93b358681200fe294581cb559d529aee nginx.conf
|
93b358681200fe294581cb559d529aee nginx.conf
|
||||||
06712aa2b72397850b0725f2e9d20627 nginx.rc
|
06712aa2b72397850b0725f2e9d20627 nginx.rc
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Depends on: libpcre zlib openssl
|
# Depends on: libpcre zlib openssl
|
||||||
|
|
||||||
name=nginx
|
name=nginx
|
||||||
version=1.11.4
|
version=1.11.5
|
||||||
release=1
|
release=1
|
||||||
source=(http://nginx.org/download/$name-$version.tar.gz \
|
source=(http://nginx.org/download/$name-$version.tar.gz \
|
||||||
$name.conf $name.rc)
|
$name.conf $name.rc)
|
||||||
@ -21,8 +21,7 @@ build() {
|
|||||||
--with-http_ssl_module \
|
--with-http_ssl_module \
|
||||||
--with-pcre \
|
--with-pcre \
|
||||||
--user=$name \
|
--user=$name \
|
||||||
--group=$name \
|
--group=$name
|
||||||
--with-ipv6
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user