summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-05-25 20:10:48 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-05-25 20:11:40 +0300
commit1af38f58297ec607481a5bb1f3b8f3e07051530c (patch)
treef3e91ad30d2d5761d1452ed2d7d11defec63269c
parentsys-apps/portage: arm64 stable (bug #686618) (diff)
downloadgentoo-1af38f58.tar.gz
gentoo-1af38f58.tar.bz2
gentoo-1af38f58.zip
sys-auth/pam_ssh: Disable ac_cv_exeext macro
Closes: https://bugs.gentoo.org/686538 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
-rw-r--r--sys-auth/pam_ssh/pam_ssh-2.3.ebuild3
1 files changed, 3 insertions, 0 deletions
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"