From 9f664ab4f28b9dfab395ecc04cedd1c25f027030 Mon Sep 17 00:00:00 2001 From: nia Date: Mon, 7 Mar 2022 16:40:36 +0000 Subject: suse: disable RELRO checks --- emulators/suse121_linux/Makefile.common | 8 ++++---- emulators/suse131_linux/Makefile.common | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'emulators') 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. # -- cgit v1.2.3