summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-08-20 18:50:44 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-08-20 18:51:26 +0300
commit36a5458a6b5443e55ddbd03dab1bef792a109c98 (patch)
tree6294bbaf0ecf7a754e0089aff91b6e6bf7ab9010
parentwww-apps/icingaweb2: 2.8.2 and 2.7.4 bump for CVE-2020-24368 (diff)
downloadgentoo-36a5458a.tar.gz
gentoo-36a5458a.tar.bz2
gentoo-36a5458a.zip
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@gentoo.org>
-rw-r--r--sys-libs/pam/pam-1.4.0_p20200809.ebuild4
1 files 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 e0148b3f14b9..4fea18d00b1c 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[@]}"