pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/compat_netbsd compat_netbsd: Disable RELRO/P...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cc0021759acd
branches: trunk
changeset: 375101:cc0021759acd
user: nia <nia%pkgsrc.org@localhost>
date: Mon Mar 07 16:18:24 2022 +0000
description:
compat_netbsd: Disable RELRO/PIE checks for all packages.
diffstat:
emulators/compat_netbsd/Makefile.common | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 7ea9ed6c4ec1 -r cc0021759acd emulators/compat_netbsd/Makefile.common
--- a/emulators/compat_netbsd/Makefile.common Mon Mar 07 12:21:23 2022 +0000
+++ b/emulators/compat_netbsd/Makefile.common Mon Mar 07 16:18:24 2022 +0000
@@ -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 @@
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