diff options
author | nia <nia@pkgsrc.org> | 2022-03-07 16:18:24 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-03-07 16:18:24 +0000 |
commit | 95a963f8364f984d8123e8cb6dad2213e852a47e (patch) | |
tree | ad39d52741b0edac7f3fc164cb72136d486ae544 /emulators | |
parent | d9942bac6e7748dbef50f6dcbbb95c29a9dbc5b1 (diff) | |
download | pkgsrc-95a963f8364f984d8123e8cb6dad2213e852a47e.tar.gz |
compat_netbsd: Disable RELRO/PIE checks for all packages.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/compat_netbsd/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/compat_netbsd/Makefile.common b/emulators/compat_netbsd/Makefile.common index cc56d2730e0..17f4dc9a6cf 100644 --- a/emulators/compat_netbsd/Makefile.common +++ b/emulators/compat_netbsd/Makefile.common @@ -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) |