diff options
author | nia <nia@pkgsrc.org> | 2021-11-06 09:38:11 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-11-06 09:38:11 +0000 |
commit | fbc4c57ce5a653d9435f66cc15eb0911e1dc2c5a (patch) | |
tree | f907de33e4d834a5498f9550ce9760c1eb8f15ef | |
parent | 1e2e393f6d18f8f17cc2e7aa6002e22ea499984c (diff) | |
download | pkgsrc-fbc4c57ce5a653d9435f66cc15eb0911e1dc2c5a.tar.gz |
suse100_linux: binaries are not built with RELRO
-rw-r--r-- | emulators/suse100_linux/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
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. |