diff options
Diffstat (limited to 'sys-auth/pam_ssh')
-rw-r--r-- | sys-auth/pam_ssh/pam_ssh-2.3.ebuild | 3 |
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" |