From 0bfa4992c50871c37e9014175418a039bba5d639 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 1 Jul 2016 16:43:11 +0200 Subject: [PATCH] nginx: fix arm builds --- srcpkgs/nginx/files/ngx_auto_config.h.armv6l | 4 ++-- srcpkgs/nginx/template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/nginx/files/ngx_auto_config.h.armv6l b/srcpkgs/nginx/files/ngx_auto_config.h.armv6l index 89b69e6266e..ae416670603 100644 --- a/srcpkgs/nginx/files/ngx_auto_config.h.armv6l +++ b/srcpkgs/nginx/files/ngx_auto_config.h.armv6l @@ -302,8 +302,8 @@ #endif -#ifndef NGX_HTTP_SPDY -#define NGX_HTTP_SPDY 1 +#ifndef NGX_HTTP_V2 +#define NGX_HTTP_V2 1 #endif diff --git a/srcpkgs/nginx/template b/srcpkgs/nginx/template index d4c6042ebd6..d8a361a5386 100644 --- a/srcpkgs/nginx/template +++ b/srcpkgs/nginx/template @@ -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 \