suse: disable RELRO checks

This commit is contained in:
nia 2022-03-07 16:40:36 +00:00
parent f071656b6e
commit 3a94638fc5
2 changed files with 8 additions and 8 deletions

View File

@ -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.
#

View File

@ -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.
#