pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators suse*: mark as not PIE



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9557b9302429
branches:  trunk
changeset: 374349:9557b9302429
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 20 11:58:26 2022 +0000

description:
suse*: mark as not PIE

diffstat:

 emulators/suse100_linux/Makefile.common |  5 ++++-
 emulators/suse121_linux/Makefile.common |  5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r 9273738b8635 -r 9557b9302429 emulators/suse100_linux/Makefile.common
--- a/emulators/suse100_linux/Makefile.common   Sun Feb 20 11:03:43 2022 +0000
+++ b/emulators/suse100_linux/Makefile.common   Sun Feb 20 11:58:26 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.32 2021/11/06 09:38:11 nia Exp $
+# $NetBSD: Makefile.common,v 1.33 2022/02/20 11:58:26 wiz Exp $
 #
 # used by emulators/suse100_alsa/Makefile
 # used by emulators/suse100_alsa/Makefile
@@ -119,6 +119,9 @@
 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.
 #
diff -r 9273738b8635 -r 9557b9302429 emulators/suse121_linux/Makefile.common
--- a/emulators/suse121_linux/Makefile.common   Sun Feb 20 11:03:43 2022 +0000
+++ b/emulators/suse121_linux/Makefile.common   Sun Feb 20 11:58:26 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2017/09/04 18:08:23 wiz Exp $
+# $NetBSD: Makefile.common,v 1.16 2022/02/20 11:58:26 wiz Exp $
 #
 # used by emulators/suse121_alsa/Makefile
 # used by emulators/suse121_aspell/Makefile
@@ -99,6 +99,9 @@
 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