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 438F01396D1 for ; Thu, 7 Sep 2017 21:16:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D463E0D9E; Thu, 7 Sep 2017 21:16:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5A15EE0D9E for ; Thu, 7 Sep 2017 21:16:35 +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 5CDEE341130 for ; Thu, 7 Sep 2017 21:16:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE29C8F35 for ; Thu, 7 Sep 2017 21:16:32 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1504818961.68ced461e4afa020857c45dd112d3d3ccb3aab85.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/google-authenticator/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/google-authenticator/google-authenticator-1.04.ebuild sys-auth/google-authenticator/google-authenticator-9999.ebuild X-VCS-Directories: sys-auth/google-authenticator/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 68ced461e4afa020857c45dd112d3d3ccb3aab85 X-VCS-Branch: master Date: Thu, 7 Sep 2017 21:16:32 +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-Archives-Salt: c1813182-5ca5-47da-830e-547de79e030a X-Archives-Hash: 54307a2912dbf4bec5a11f324790b03c commit: 68ced461e4afa020857c45dd112d3d3ccb3aab85 Author: Sven Wegener gentoo org> AuthorDate: Thu Sep 7 21:13:27 2017 +0000 Commit: Sven Wegener gentoo org> CommitDate: Thu Sep 7 21:16:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ced461 sys-auth/google-authenticator: Re-add configure arguments For proper installation into /lib/security Package-Manager: Portage-2.3.6, Repoman-2.3.3 Signed-off-by: Sven Wegener gentoo.org> sys-auth/google-authenticator/google-authenticator-1.04.ebuild | 6 ++++++ sys-auth/google-authenticator/google-authenticator-9999.ebuild | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/sys-auth/google-authenticator/google-authenticator-1.04.ebuild b/sys-auth/google-authenticator/google-authenticator-1.04.ebuild index 1c0f07fab02..6c68a50616f 100644 --- a/sys-auth/google-authenticator/google-authenticator-1.04.ebuild +++ b/sys-auth/google-authenticator/google-authenticator-1.04.ebuild @@ -29,6 +29,12 @@ src_prepare() { eautoreconf } +src_configure() { + # We might want to use getpam_mod_dir from pam eclass, + # but the build already appends "/security" for us. + econf --libdir="/$(get_libdir)" +} + src_compile() { default } diff --git a/sys-auth/google-authenticator/google-authenticator-9999.ebuild b/sys-auth/google-authenticator/google-authenticator-9999.ebuild index 1c0f07fab02..6c68a50616f 100644 --- a/sys-auth/google-authenticator/google-authenticator-9999.ebuild +++ b/sys-auth/google-authenticator/google-authenticator-9999.ebuild @@ -29,6 +29,12 @@ src_prepare() { eautoreconf } +src_configure() { + # We might want to use getpam_mod_dir from pam eclass, + # but the build already appends "/security" for us. + econf --libdir="/$(get_libdir)" +} + src_compile() { default }