From: Mikle Kolyada Date: Sat, 25 May 2019 17:10:48 +0000 (+0300) Subject: sys-auth/pam_ssh: Disable ac_cv_exeext macro X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1af38f58297ec607481a5bb1f3b8f3e07051530c;p=gentoo.git sys-auth/pam_ssh: Disable ac_cv_exeext macro Closes: https://bugs.gentoo.org/686538 Signed-off-by: Mikle Kolyada Package-Manager: Portage-2.3.66, Repoman-2.3.11 --- diff --git a/sys-auth/pam_ssh/pam_ssh-2.3.ebuild b/sys-auth/pam_ssh/pam_ssh-2.3.ebuild index f8d86c7fd0d7..c335565c709a 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"