pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/haproxy



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Jun 19 12:08:58 UTC 2021

Modified Files:
        pkgsrc/net/haproxy: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/net/haproxy/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/haproxy/Makefile
diff -u pkgsrc/net/haproxy/Makefile:1.77 pkgsrc/net/haproxy/Makefile:1.78
--- pkgsrc/net/haproxy/Makefile:1.77    Fri May 21 08:36:57 2021
+++ pkgsrc/net/haproxy/Makefile Sat Jun 19 12:08:58 2021
@@ -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"



Home | Main Index | Thread Index | Old Index