pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/haproxy haproxy: needs -latomic on aarch64, for __...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/574c194d090c
branches:  trunk
changeset: 454792:574c194d090c
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Jun 19 12:08:58 2021 +0000

description:
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:

 net/haproxy/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9394a3b06f13 -r 574c194d090c net/haproxy/Makefile
--- a/net/haproxy/Makefile      Sat Jun 19 12:02:38 2021 +0000
+++ b/net/haproxy/Makefile      Sat Jun 19 12:08:58 2021 +0000
@@ -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 @@
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/atomic64.mk"
+.if ${MACHINE_ARCH} == "aarch64"
+.include "../../devel/libatomic/buildlink3.mk"
+.endif
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index