aboutsummaryrefslogtreecommitdiffstats
path: root/main/haproxy
diff options
context:
space:
mode:
Diffstat (limited to 'main/haproxy')
-rw-r--r--main/haproxy/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/haproxy/APKBUILD b/main/haproxy/APKBUILD
index 84644fc13b..e83bb1259c 100644
--- a/main/haproxy/APKBUILD
+++ b/main/haproxy/APKBUILD
@@ -22,7 +22,9 @@ builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
+ case "$CARCH" in mips|mipsel*) _carchflags="ADDLIB=-latomic";; esac
make \
+ $_carchflags \
TARGET=linux2628 \
USE_PCRE=1 \
USE_OPENSSL=1 \