[arch-commits] Commit in nginx-mainline/trunk (PKGBUILD)

Giancarlo Razzolini grazzolini at archlinux.org
Thu Jul 13 18:32:34 UTC 2017


    Date: Thursday, July 13, 2017 @ 18:32:34
  Author: grazzolini
Revision: 244994

upgpkg: nginx-mainline 1.13.3-2

Removal of hardned-wrapper from makedepends

Modified:
  nginx-mainline/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-13 17:43:16 UTC (rev 244993)
+++ PKGBUILD	2017-07-13 18:32:34 UTC (rev 244994)
@@ -6,13 +6,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'
@@ -89,6 +88,8 @@
     --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[@]}
 



More information about the arch-commits mailing list