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