commit: 1af38f58297ec607481a5bb1f3b8f3e07051530c Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat May 25 17:10:48 2019 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat May 25 17:11:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af38f58
sys-auth/pam_ssh: Disable ac_cv_exeext macro Closes: https://bugs.gentoo.org/686538 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 sys-auth/pam_ssh/pam_ssh-2.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-auth/pam_ssh/pam_ssh-2.3.ebuild b/sys-auth/pam_ssh/pam_ssh-2.3.ebuild index f8d86c7fd0d..c335565c709 100644 --- a/sys-auth/pam_ssh/pam_ssh-2.3.ebuild +++ b/sys-auth/pam_ssh/pam_ssh-2.3.ebuild @@ -35,6 +35,9 @@ src_configure() { # file system paths and picking up the wrong thing. export ac_cv_openssldir='' + # not needed now + export ac_cv_exeext=no + # Avoid cross-compiling funkiness and requiring openssh at build time. export PATH_SSH_AGENT="${EPREFIX}/usr/bin/ssh-agent"
