sys-libs/pam: add missing enable-securedir option
authorMikle Kolyada <zlogene@gentoo.org>
Tue, 2 Oct 2018 07:46:52 +0000 (10:46 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Tue, 2 Oct 2018 07:46:52 +0000 (10:46 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

sys-libs/pam/pam-1.3.1.ebuild

index e890caea78212281d9cc2434e84d1e149d928e22..0afae667e16c05fc698060f5e80b52d185488290 100644 (file)
@@ -15,9 +15,9 @@ KEYWORDS="~amd64 ~x86"
 IUSE="audit berkdb +cracklib debug nis nls +pie selinux static-libs"
 
 DEPEND="app-text/docbook-xml-dtd:4.3
-               app-text/docbook-xml-dtd:4.4
-               app-text/docbook-xml-dtd:4.5
-               nls? ( sys-devel/gettext )"
+       app-text/docbook-xml-dtd:4.4
+       app-text/docbook-xml-dtd:4.5
+       nls? ( sys-devel/gettext )"
 
 RDEPEND="${DEPEND}
        audit? ( >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] )
@@ -55,6 +55,7 @@ multilib_src_configure() {
 
        local myconf=(
                --with-db-uniquename=-$(db_findver sys-libs/db)
+               --enable-securedir="${EPREFIX}"/$(get_libdir)/security
                --libdir=/usr/$(get_libdir)
                --disable-prelude
                $(use_enable audit)