pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/compat_netbsd
Module Name: pkgsrc
Committed By: nia
Date: Mon Mar 7 16:18:24 UTC 2022
Modified Files:
pkgsrc/emulators/compat_netbsd: Makefile.common
Log Message:
compat_netbsd: Disable RELRO/PIE checks for all packages.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/emulators/compat_netbsd/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/emulators/compat_netbsd/Makefile.common
diff -u pkgsrc/emulators/compat_netbsd/Makefile.common:1.16 pkgsrc/emulators/compat_netbsd/Makefile.common:1.17
--- pkgsrc/emulators/compat_netbsd/Makefile.common:1.16 Sat Dec 18 10:16:04 2021
+++ pkgsrc/emulators/compat_netbsd/Makefile.common Mon Mar 7 16:18:24 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2021/12/18 10:16:04 he Exp $
+# $NetBSD: Makefile.common,v 1.17 2022/03/07 16:18:24 nia Exp $
#
# Common infrastructure for NetBSD compat* packages.
#
@@ -51,6 +51,9 @@ USE_TOOLS+= pax
NETBSD_PKG= yes
EMUL_REQD= netbsd>=${NETBSD_VERSION}
+CHECK_PIE_SUPPORTED= no
+CHECK_RELRO_SUPPORTED= no
+
.include "../../mk/bsd.prefs.mk"
.if defined(NETBSD_COMPAT32) && defined(ACCEPTABLE_NETBSD)
Home |
Main Index |
Thread Index |
Old Index