summaryrefslogtreecommitdiff
path: root/net/haproxy
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2021-06-19 12:08:58 +0000
committertnn <tnn@pkgsrc.org>2021-06-19 12:08:58 +0000
commit83e4fd8d7b0a81ed4caac8dfb14510fad607e5f5 (patch)
treea5172654af692da7e209e99e99ee7cd52851f2c1 /net/haproxy
parenta63429da7083189a21bd8a24f44df45b52ca8cb1 (diff)
downloadpkgsrc-83e4fd8d7b0a81ed4caac8dfb14510fad607e5f5.tar.gz
haproxy: needs -latomic on aarch64, for __atomic_compare_exchange_16
Dependency added directly to the package in lieu of a mk/atomic128.mk, due to freeze.
Diffstat (limited to 'net/haproxy')
-rw-r--r--net/haproxy/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index 3f385ff4cd0..6d162ed334c 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2021/05/21 08:36:57 adam Exp $
+# $NetBSD: Makefile,v 1.78 2021/06/19 12:08:58 tnn Exp $
DISTNAME= haproxy-2.4.0
CATEGORIES= net www
@@ -56,4 +56,7 @@ post-install:
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/atomic64.mk"
+.if ${MACHINE_ARCH} == "aarch64"
+.include "../../devel/libatomic/buildlink3.mk"
+.endif
.include "../../mk/bsd.pkg.mk"