From 6a74bb2afe8d55da8bf0fd07d39665bb3507344a Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 14 Jul 2017 18:19:17 +0000 Subject: [PATCH] community/nginx-mainline to 1.13.3-2 --- community/nginx-mainline/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/nginx-mainline/PKGBUILD b/community/nginx-mainline/PKGBUILD index 8699b1af1..dd5e2aeab 100644 --- a/community/nginx-mainline/PKGBUILD +++ b/community/nginx-mainline/PKGBUILD @@ -9,13 +9,12 @@ pkgname=nginx-mainline pkgver=1.13.3 -pkgrel=1 +pkgrel=2 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release' arch=('i686' 'x86_64') url='https://nginx.org' license=('custom') depends=('pcre' 'zlib' 'openssl' 'geoip') -makedepends=('hardening-wrapper') backup=('etc/nginx/fastcgi.conf' 'etc/nginx/fastcgi_params' 'etc/nginx/koi-win' @@ -93,6 +92,8 @@ build() { --http-fastcgi-temp-path=/var/lib/nginx/fastcgi \ --http-scgi-temp-path=/var/lib/nginx/scgi \ --http-uwsgi-temp-path=/var/lib/nginx/uwsgi \ + --with-cc-opt="$CFLAGS $CPPFLAGS" \ + --with-ld-opt="$LDFLAGS" \ ${_common_flags[@]} \ ${_mainline_flags[@]}