mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/haproxy to 2.4.3-2
This commit is contained in:
parent
0588a97864
commit
9de08e9199
1 changed files with 3 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue