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

Christian Hesse eworm at gemini.archlinux.org
Wed Aug 18 13:42:36 UTC 2021


    Date: Wednesday, August 18, 2021 @ 13:42:36
  Author: eworm
Revision: 1003635

upgpkg: haproxy 2.4.3-2: fix compiler issue

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-18 13:41:34 UTC (rev 1003634)
+++ PKGBUILD	2021-08-18 13:42:36 UTC (rev 1003635)
@@ -3,7 +3,7 @@
 
 pkgname=haproxy
 pkgver=2.4.3
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='https://www.haproxy.org/'
@@ -36,6 +36,8 @@
 build() {
   cd haproxy-$pkgver
 
+  export CFLAGS="$CFLAGS -fwrapv"
+
   make \
     CFLAGS="$CFLAGS" \
     LDFLAGS="$LDFLAGS" \



More information about the arch-commits mailing list