pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/suse131_linux



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 15 22:33:03 UTC 2022

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

Log Message:
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?


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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/suse131_linux/Makefile.common
diff -u pkgsrc/emulators/suse131_linux/Makefile.common:1.23 pkgsrc/emulators/suse131_linux/Makefile.common:1.24
--- pkgsrc/emulators/suse131_linux/Makefile.common:1.23 Tue May 11 14:57:56 2021
+++ pkgsrc/emulators/suse131_linux/Makefile.common      Tue Feb 15 22:33:03 2022
@@ -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 @@ 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