nginx: update to 1.10.2
This commit is contained in:
parent
3be8ee256d
commit
04bce5a597
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nginx'
|
||||
pkgname=nginx
|
||||
version=1.10.1
|
||||
revision=4
|
||||
version=1.10.2
|
||||
revision=1
|
||||
makedepends="pcre-devel libressl-devel $(vopt_if geoip geoip-devel)"
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# fake configure run on host
|
||||
|
@ -28,7 +28,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="Simplified BSD"
|
||||
homepage="http://nginx.org"
|
||||
distfiles="http://nginx.org/download/nginx-$version.tar.gz"
|
||||
checksum=1fd35846566485e03c0e318989561c135c598323ff349c503a6c14826487a801
|
||||
checksum=1045ac4987a396e2fa5d0011daf8987b612dd2f05181b67507da68cbe7d765c2
|
||||
|
||||
build_options="geoip"
|
||||
build_options_default="geoip"
|
||||
|
@ -69,7 +69,7 @@ do_configure() {
|
|||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) cp ${FILESDIR}/ngx_auto_config.h.armv6l objs/ngx_auto_config.h;;
|
||||
arm*|aarch64*) cp ${FILESDIR}/ngx_auto_config.h.armv6l objs/ngx_auto_config.h;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue