commit:     5922f2cc41fd354eea0a8b632fef55fbb48db228
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  2 07:46:52 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Oct  2 07:46:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5922f2cc

sys-libs/pam: add missing enable-securedir option

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sys-libs/pam/pam-1.3.1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/sys-libs/pam/pam-1.3.1.ebuild b/sys-libs/pam/pam-1.3.1.ebuild
index e890caea782..0afae667e16 100644
--- a/sys-libs/pam/pam-1.3.1.ebuild
+++ b/sys-libs/pam/pam-1.3.1.ebuild
@@ -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)

Reply via email to