projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0caf70d
)
sys-auth/pam_ssh: Disable ac_cv_exeext macro
author
Mikle Kolyada
<zlogene@gentoo.org>
Sat, 25 May 2019 17:10:48 +0000
(20:10 +0300)
committer
Mikle Kolyada
<zlogene@gentoo.org>
Sat, 25 May 2019 17:11:40 +0000
(20:11 +0300)
Closes: https://bugs.gentoo.org/686538
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
sys-auth/pam_ssh/pam_ssh-2.3.ebuild
patch
|
blob
|
history
diff --git
a/sys-auth/pam_ssh/pam_ssh-2.3.ebuild
b/sys-auth/pam_ssh/pam_ssh-2.3.ebuild
index f8d86c7fd0d71104eae435422352ef1fa4427708..c335565c709a3db0c47fb445221df724873af59b 100644
(file)
--- 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"