pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/suse100_linux



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Nov  6 09:38:11 UTC 2021

Modified Files:
        pkgsrc/emulators/suse100_linux: Makefile.common

Log Message:
suse100_linux: binaries are not built with RELRO


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/emulators/suse100_linux/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/suse100_linux/Makefile.common
diff -u pkgsrc/emulators/suse100_linux/Makefile.common:1.31 pkgsrc/emulators/suse100_linux/Makefile.common:1.32
--- pkgsrc/emulators/suse100_linux/Makefile.common:1.31 Mon Apr 30 10:41:35 2018
+++ pkgsrc/emulators/suse100_linux/Makefile.common      Sat Nov  6 09:38:11 2021
@@ -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.



Home | Main Index | Thread Index | Old Index