summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-03-07 16:40:36 +0000
committernia <nia@pkgsrc.org>2022-03-07 16:40:36 +0000
commit9f664ab4f28b9dfab395ecc04cedd1c25f027030 (patch)
tree84514717d6855a461270925103e3e0d0949f32f4 /emulators
parent5f9e2d1ec367529f0a818879bdd78da275645975 (diff)
downloadpkgsrc-9f664ab4f28b9dfab395ecc04cedd1c25f027030.tar.gz
suse: disable RELRO checks
Diffstat (limited to 'emulators')
-rw-r--r--emulators/suse121_linux/Makefile.common8
-rw-r--r--emulators/suse131_linux/Makefile.common8
2 files changed, 8 insertions, 8 deletions
diff --git a/emulators/suse121_linux/Makefile.common b/emulators/suse121_linux/Makefile.common
index 678620a9cff..04d22bbb278 100644
--- a/emulators/suse121_linux/Makefile.common
+++ b/emulators/suse121_linux/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2022/02/20 11:58:26 wiz Exp $
+# $NetBSD: Makefile.common,v 1.17 2022/03/07 16:40:36 nia Exp $
#
# used by emulators/suse121_alsa/Makefile
# used by emulators/suse121_aspell/Makefile
@@ -46,6 +46,9 @@ EMUL_PLATFORMS+= linux-i386
ONLY_FOR_PLATFORM+= NetBSD-5.99*-x86_64
ONLY_FOR_PLATFORM+= NetBSD-[6-9]*-x86_64
+CHECK_PIE_SUPPORTED= no
+CHECK_RELRO_SUPPORTED= no
+
.include "../../mk/bsd.prefs.mk"
# _SUSE_ARCH.* is a table of ${EMUL_ARCH} to SuSE architectures.
@@ -99,9 +102,6 @@ LINUX_LIBSUBDIR?= lib
PLIST_SUBST+= LINUX_LIBSUBDIR=${LINUX_LIBSUBDIR:Q}
FILES_SUBST+= LINUX_LIBSUBDIR=${LINUX_LIBSUBDIR:Q}
-MKPIE_SUPPORTED= no
-CHECK_PIE_SUPPORTED= no
-
# Include an "override" SuSE-specific and architecture-specific
# Makefile fragment if it exists.
#
diff --git a/emulators/suse131_linux/Makefile.common b/emulators/suse131_linux/Makefile.common
index 95e7b180a6b..2ae99bd8743 100644
--- a/emulators/suse131_linux/Makefile.common
+++ b/emulators/suse131_linux/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2022/02/15 22:33:03 wiz Exp $
+# $NetBSD: Makefile.common,v 1.25 2022/03/07 16:40:36 nia Exp $
#
# used by emulators/suse131_alsa/Makefile
# used by emulators/suse131_aspell/Makefile
@@ -68,6 +68,9 @@ ONLY_FOR_PLATFORM+= NetBSD-6.99*-x86_64
ONLY_FOR_PLATFORM+= NetBSD-[7-9]*-x86_64
ONLY_FOR_PLATFORM+= FreeBSD-1[0-9]*-x86_64
+CHECK_PIE_SUPPORTED= no
+CHECK_RELRO_SUPPORTED= no
+
.include "../../mk/bsd.prefs.mk"
# _SUSE_ARCH.* is a table of ${EMUL_ARCH} to SuSE architectures.
@@ -121,9 +124,6 @@ LINUX_LIBSUBDIR?= lib
PLIST_SUBST+= LINUX_LIBSUBDIR=${LINUX_LIBSUBDIR:Q}
FILES_SUBST+= LINUX_LIBSUBDIR=${LINUX_LIBSUBDIR:Q}
-MKPIE_SUPPORTED= no
-CHECK_PIE_SUPPORTED= no
-
# Include an "override" SuSE-specific and architecture-specific
# Makefile fragment if it exists.
#