nginx: fix arm builds

This commit is contained in:
Duncaen 2016-07-01 16:43:11 +02:00
parent b48fef2152
commit 0bfa4992c5
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 \