diff options
author | wiz <wiz@pkgsrc.org> | 2022-02-20 11:58:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-02-20 11:58:26 +0000 |
commit | de92384f2547cccafa713cdbad005c2f531dd49e (patch) | |
tree | 8dec2d0a69c7ac99e517fbe66273a9caab9bfe45 | |
parent | b1a8276fd9852ce2da5029a958a6c84500e7260f (diff) | |
download | pkgsrc-de92384f2547cccafa713cdbad005c2f531dd49e.tar.gz |
suse*: mark as not PIE
-rw-r--r-- | emulators/suse100_linux/Makefile.common | 5 | ||||
-rw-r--r-- | emulators/suse121_linux/Makefile.common | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/emulators/suse100_linux/Makefile.common b/emulators/suse100_linux/Makefile.common index 8b31a8ce2b3..827049a7221 100644 --- a/emulators/suse100_linux/Makefile.common +++ b/emulators/suse100_linux/Makefile.common @@ -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 @@ 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. # diff --git a/emulators/suse121_linux/Makefile.common b/emulators/suse121_linux/Makefile.common index a5b6e423917..678620a9cff 100644 --- a/emulators/suse121_linux/Makefile.common +++ b/emulators/suse121_linux/Makefile.common @@ -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 @@ 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. # |