pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators suse: disable RELRO checks



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b13408e5eee
branches:  trunk
changeset: 375104:8b13408e5eee
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Mar 07 16:40:36 2022 +0000

description:
suse: disable RELRO checks

diffstat:

 emulators/suse121_linux/Makefile.common |  8 ++++----
 emulators/suse131_linux/Makefile.common |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (58 lines):

diff -r 24fcf886a952 -r 8b13408e5eee emulators/suse121_linux/Makefile.common
--- a/emulators/suse121_linux/Makefile.common   Mon Mar 07 16:37:51 2022 +0000
+++ b/emulators/suse121_linux/Makefile.common   Mon Mar 07 16:40:36 2022 +0000
@@ -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 @@
 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 @@
 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 -r 24fcf886a952 -r 8b13408e5eee emulators/suse131_linux/Makefile.common
--- a/emulators/suse131_linux/Makefile.common   Mon Mar 07 16:37:51 2022 +0000
+++ b/emulators/suse131_linux/Makefile.common   Mon Mar 07 16:40:36 2022 +0000
@@ -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-[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 @@
 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.
 #



Home | Main Index | Thread Index | Old Index