community/haproxy to 2.4.3-2

This commit is contained in:
David Beauchamp 2021-08-18 10:39:10 -04:00
parent 0588a97864
commit 9de08e9199

View file

@ -6,7 +6,7 @@
pkgname=haproxy
pkgver=2.4.3
pkgrel=1
pkgrel=2
pkgdesc='Reliable, high performance TCP/HTTP load balancer'
url='https://www.haproxy.org/'
@ -39,6 +39,8 @@ prepare() {
build() {
cd haproxy-$pkgver
export CFLAGS="$CFLAGS -fwrapv"
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && ADDLIB="-latomic"
make \
ADDLIB=$ADDLIB \