commit: 749ffa814de84656fdda35880ebd79dd7809d970
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 10 16:53:59 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Jun 10 16:54:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749ffa81
sys-auth/passwdqc: point correct security directory
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
sys-auth/passwdqc/passwdqc-1.4.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys-auth/passwdqc/passwdqc-1.4.0.ebuild
b/sys-auth/passwdqc/passwdqc-1.4.0.ebuild
index 2c8a0b14832..3b743053e98 100644
--- a/sys-auth/passwdqc/passwdqc-1.4.0.ebuild
+++ b/sys-auth/passwdqc/passwdqc-1.4.0.ebuild
@@ -24,6 +24,7 @@ src_prepare() {
_emake() {
emake \
SHARED_LIBDIR="/usr/$(get_libdir)" \
+ SECUREDIR="$(getpam_mod_dir)" \
CFLAGS="${CFLAGS} ${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}" \
CC="$(tc-getCC)" \
@@ -38,4 +39,4 @@ src_compile() {
src_install() {
_emake DESTDIR="${ED}" install_lib install_pam install_utils
dodoc README PLATFORMS INTERNALS
-}
\ No newline at end of file
+}