pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/powerdns



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jan 13 09:03:23 UTC 2021

Modified Files:
        pkgsrc/net/powerdns: Makefile.common

Log Message:
powerdns: require atomic64

checking whether -latomic is needed for __atomic builtins... configure: error: in `/scratch/work/net/powerdns/work/pdns-4.4.0':
configure: error: libatomic needed, but linking with -latomic failed, cannot continue


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/powerdns/Makefile.common

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

Modified files:

Index: pkgsrc/net/powerdns/Makefile.common
diff -u pkgsrc/net/powerdns/Makefile.common:1.32 pkgsrc/net/powerdns/Makefile.common:1.33
--- pkgsrc/net/powerdns/Makefile.common:1.32    Mon Dec 21 00:26:51 2020
+++ pkgsrc/net/powerdns/Makefile.common Wed Jan 13 09:03:23 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.32 2020/12/21 00:26:51 otis Exp $
+# $NetBSD: Makefile.common,v 1.33 2021/01/13 09:03:23 nia Exp $
 
 PDNS_VERSION=  4.4.0
 DISTNAME=      pdns-${PDNS_VERSION}
@@ -26,3 +26,4 @@ CONFIGURE_ARGS+=      --with-lua=lua-${LUA_VE
 .include "../../www/curl/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/atomic64.mk"



Home | Main Index | Thread Index | Old Index