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

Johannes Löthberg demize at archlinux.org
Sat May 14 18:18:40 UTC 2016


    Date: Saturday, May 14, 2016 @ 20:18:40
  Author: demize
Revision: 175394

upgpkg: haproxy 1.6.5-2

Modified:
  haproxy/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-14 16:30:37 UTC (rev 175393)
+++ PKGBUILD	2016-05-14 18:18:40 UTC (rev 175394)
@@ -4,7 +4,7 @@
 
 pkgname=haproxy
 pkgver=1.6.5
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='http://haproxy.org/'
@@ -30,7 +30,9 @@
 
 build() {
   cd haproxy-$pkgver
+
   make CPU=generic TARGET=linux2628 \
+    SPEC_CFLAGS="-fno-strict-aliasing -Wdeclaration-after-statement -fno-tree-sra" \
     USE_GETADDRINFO=1 \
     USE_OPENSSL=1 \
     USE_PCRE=1 USE_PCRE_JIT=1 \



More information about the arch-commits mailing list