suse*: mark as not PIE

This commit is contained in:
wiz 2022-02-20 11:58:26 +00:00
parent e73916bb8e
commit 18f12bf14a
2 changed files with 8 additions and 2 deletions

View File

@ -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.
#

View File

@ -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.
#