From fbc4c57ce5a653d9435f66cc15eb0911e1dc2c5a Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 6 Nov 2021 09:38:11 +0000 Subject: suse100_linux: binaries are not built with RELRO --- emulators/suse100_linux/Makefile.common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emulators/suse100_linux') diff --git a/emulators/suse100_linux/Makefile.common b/emulators/suse100_linux/Makefile.common index 30a54cd59c4..8b31a8ce2b3 100644 --- a/emulators/suse100_linux/Makefile.common +++ b/emulators/suse100_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.31 2018/04/30 10:41:35 wiz Exp $ +# $NetBSD: Makefile.common,v 1.32 2021/11/06 09:38:11 nia Exp $ # # used by emulators/suse100_alsa/Makefile # used by emulators/suse100_alsa/Makefile @@ -66,6 +66,8 @@ ONLY_FOR_PLATFORM+= NetBSD-3.99*-x86_64 ONLY_FOR_PLATFORM+= NetBSD-[4-9]*-x86_64 .endif +RELRO_SUPPORTED= no + .include "../../mk/bsd.prefs.mk" # _SUSE_ARCH.* is a table of ${EMUL_ARCH} to SuSE architectures. -- cgit v1.2.3