summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-12-16 22:19:32 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-12-16 22:19:32 +0300
commiteaecab906a408abacc2e7bf07e58cd500afa7731 (patch)
tree6c24d8114d31b17ce02000a31bedf7efad5ecb11 /sys-libs/pam
parentapp-crypt/p11-kit: Drop old (diff)
downloadgentoo-eaecab906a408abacc2e7bf07e58cd500afa7731.tar.gz
gentoo-eaecab906a408abacc2e7bf07e58cd500afa7731.tar.bz2
gentoo-eaecab906a408abacc2e7bf07e58cd500afa7731.zip
sys-libs/pam: enable pie unconditionally
Closes: https://bugs.gentoo.org/756898 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-libs/pam')
-rw-r--r--sys-libs/pam/pam-1.5.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/pam/pam-1.5.1.ebuild b/sys-libs/pam/pam-1.5.1.ebuild
index f9d428c8afbe..9b922b712136 100644
--- a/sys-libs/pam/pam-1.5.1.ebuild
+++ b/sys-libs/pam/pam-1.5.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/linux-pam/linux-pam/releases/download/v${PV}/${MY_P}
LICENSE="|| ( BSD GPL-2 )"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="audit berkdb debug nis +pie selinux"
+IUSE="audit berkdb debug nis selinux"
BDEPEND="
dev-libs/libxslt
@@ -65,6 +65,7 @@ multilib_src_configure() {
--includedir="${EPREFIX}"/usr/include/security
--libdir="${EPREFIX}"/usr/$(get_libdir)
--exec-prefix="${EPREFIX}"
+ --enable-pie
--enable-unix
--disable-prelude
--disable-doc
@@ -75,7 +76,6 @@ multilib_src_configure() {
$(use_enable berkdb db)
$(use_enable debug)
$(use_enable nis)
- $(use_enable pie)
$(use_enable selinux)
--enable-isadir='.' #464016
)