pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/netatalk22



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Oct  1 13:34:12 UTC 2021

Modified Files:
        pkgsrc/net/netatalk22: Makefile

Log Message:
netatalk22: Fix RELRO build.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/net/netatalk22/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/netatalk22/Makefile
diff -u pkgsrc/net/netatalk22/Makefile:1.41 pkgsrc/net/netatalk22/Makefile:1.42
--- pkgsrc/net/netatalk22/Makefile:1.41 Wed Sep 29 19:01:09 2021
+++ pkgsrc/net/netatalk22/Makefile      Fri Oct  1 13:34:12 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2021/09/29 19:01:09 adam Exp $
+# $NetBSD: Makefile,v 1.42 2021/10/01 13:34:12 nia Exp $
 
 DISTNAME=      netatalk-2.2.6
 PKGNAME=       ${DISTNAME:C/-/22-/}
@@ -20,6 +20,9 @@ USE_LIBTOOL=          yes
 USE_TOOLS+=            gmake pkg-config perl:run
 GNU_CONFIGURE=         yes
 
+# https://mail-index.netbsd.org/pkgsrc-users/2021/10/01/msg034512.html
+CHECK_RELRO_SKIP+=     libexec/netatalk/uams/*.a
+
 BUILDLINK_TRANSFORM+=  l:db48:${BDB_TYPE}
 
 PKG_SYSCONFSUBDIR=     netatalk



Home | Main Index | Thread Index | Old Index