pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Mar  7 16:40:36 UTC 2022

Modified Files:
        pkgsrc/emulators/suse121_linux: Makefile.common
        pkgsrc/emulators/suse131_linux: Makefile.common

Log Message:
suse: disable RELRO checks


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/emulators/suse121_linux/Makefile.common
cvs rdiff -u -r1.24 -r1.25 pkgsrc/emulators/suse131_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/suse121_linux/Makefile.common
diff -u pkgsrc/emulators/suse121_linux/Makefile.common:1.16 pkgsrc/emulators/suse121_linux/Makefile.common:1.17
--- pkgsrc/emulators/suse121_linux/Makefile.common:1.16 Sun Feb 20 11:58:26 2022
+++ pkgsrc/emulators/suse121_linux/Makefile.common      Mon Mar  7 16:40:36 2022
@@ -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.
 #

Index: pkgsrc/emulators/suse131_linux/Makefile.common
diff -u pkgsrc/emulators/suse131_linux/Makefile.common:1.24 pkgsrc/emulators/suse131_linux/Makefile.common:1.25
--- pkgsrc/emulators/suse131_linux/Makefile.common:1.24 Tue Feb 15 22:33:03 2022
+++ pkgsrc/emulators/suse131_linux/Makefile.common      Mon Mar  7 16:40:36 2022
@@ -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.
 #



Home | Main Index | Thread Index | Old Index