pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/suse131_linux suse131_linux: pre-built binar...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a4b037fca0c1
branches: trunk
changeset: 373978:a4b037fca0c1
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Feb 15 22:33:03 2022 +0000
description:
suse131_linux: pre-built binaries, no PIE support
XXX: I had thought that
MKPIE_SUPPORTED= no
would be enough but I also had to set
CHECK_PIE_SUPPORTED= no
why?
diffstat:
emulators/suse131_linux/Makefile.common | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 0eb9a9d2e962 -r a4b037fca0c1 emulators/suse131_linux/Makefile.common
--- a/emulators/suse131_linux/Makefile.common Tue Feb 15 21:26:14 2022 +0000
+++ b/emulators/suse131_linux/Makefile.common Tue Feb 15 22:33:03 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2021/05/11 14:57:56 hauke Exp $
+# $NetBSD: Makefile.common,v 1.24 2022/02/15 22:33:03 wiz Exp $
#
# used by emulators/suse131_alsa/Makefile
# used by emulators/suse131_aspell/Makefile
@@ -121,6 +121,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