nginx: fix arm builds
This commit is contained in:
parent
b48fef2152
commit
0bfa4992c5
|
@ -302,8 +302,8 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifndef NGX_HTTP_SPDY
|
#ifndef NGX_HTTP_V2
|
||||||
#define NGX_HTTP_SPDY 1
|
#define NGX_HTTP_V2 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nginx'
|
# Template file for 'nginx'
|
||||||
pkgname=nginx
|
pkgname=nginx
|
||||||
version=1.10.1
|
version=1.10.1
|
||||||
revision=1
|
revision=2
|
||||||
makedepends="pcre-devel libressl-devel $(vopt_if geoip geoip-devel)"
|
makedepends="pcre-devel libressl-devel $(vopt_if geoip geoip-devel)"
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# fake configure run on host
|
# fake configure run on host
|
||||||
|
@ -55,7 +55,7 @@ do_configure() {
|
||||||
--http-fastcgi-temp-path=${tmpdir}/fastcgi \
|
--http-fastcgi-temp-path=${tmpdir}/fastcgi \
|
||||||
--http-scgi-temp-path=${tmpdir}/scgi \
|
--http-scgi-temp-path=${tmpdir}/scgi \
|
||||||
--http-uwsgi-temp-path=${tmpdir}/uwsgi \
|
--http-uwsgi-temp-path=${tmpdir}/uwsgi \
|
||||||
--with-imap --with-imap_ssl_module \
|
--with-mail --with-mail_ssl_module \
|
||||||
--with-ipv6 --with-pcre-jit \
|
--with-ipv6 --with-pcre-jit \
|
||||||
--with-file-aio \
|
--with-file-aio \
|
||||||
--with-http_gunzip_module \
|
--with-http_gunzip_module \
|
||||||
|
|
Loading…
Reference in New Issue