From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6F2D1382C5 for ; Wed, 10 Jun 2020 16:54:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF3A0E086A; Wed, 10 Jun 2020 16:54:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3739E086A for ; Wed, 10 Jun 2020 16:54:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D6F834F18F for ; Wed, 10 Jun 2020 16:54:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E912A28F for ; Wed, 10 Jun 2020 16:54:37 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1591808074.749ffa814de84656fdda35880ebd79dd7809d970.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/passwdqc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/passwdqc/passwdqc-1.4.0.ebuild X-VCS-Directories: sys-auth/passwdqc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 749ffa814de84656fdda35880ebd79dd7809d970 X-VCS-Branch: master Date: Wed, 10 Jun 2020 16:54:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a3a91e86-584a-42ad-8f2f-c6769a15f233 X-Archives-Hash: d899d1e49a4a6bcbdbe03655aef7dfe4 commit: 749ffa814de84656fdda35880ebd79dd7809d970 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jun 10 16:53:59 2020 +0000 Commit: Mikle Kolyada gentoo 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 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 +}