commit: 36a5458a6b5443e55ddbd03dab1bef792a109c98 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Thu Aug 20 15:50:44 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Thu Aug 20 15:51:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a5458a
sys-libs/pam: Do not install static libraries The static-libs use flag installed statically linked pam modules. In our pam stack we only provide dinamycally linked shared objects therefore static modules have no practical use. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> sys-libs/pam/pam-1.4.0_p20200809.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/pam/pam-1.4.0_p20200809.ebuild b/sys-libs/pam/pam-1.4.0_p20200809.ebuild index e0148b3f14b..4fea18d00b1 100644 --- a/sys-libs/pam/pam-1.4.0_p20200809.ebuild +++ b/sys-libs/pam/pam-1.4.0_p20200809.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/linux-pam/linux-pam/archive/${COMMIT_HASH}.tar.gz#/$ 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 static-libs" +IUSE="audit berkdb debug nis +pie selinux" BDEPEND=" dev-libs/libxslt @@ -68,6 +68,7 @@ multilib_src_configure() { --disable-tally2 --disable-doc --disable-regenerate-docu + --disable-static --disable-Werror $(use_enable audit) $(use_enable berkdb db) @@ -75,7 +76,6 @@ multilib_src_configure() { $(use_enable nis) $(use_enable pie) $(use_enable selinux) - $(use_enable static-libs static) --enable-isadir='.' #464016 ) ECONF_SOURCE="${S}" econf "${myconf[@]}"
