summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-06-23 18:20:35 +0000
committerMike Frysinger <vapier@gentoo.org>2009-06-23 18:20:35 +0000
commit9cea140fdb09738a9bd36951eb3149a66a744859 (patch)
treed2da445aa68142a68aa9f9c0201fb720b35e277b /net-misc/openssh/files
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-9cea140fdb09738a9bd36951eb3149a66a744859.tar.gz
gentoo-2-9cea140fdb09738a9bd36951eb3149a66a744859.tar.bz2
gentoo-2-9cea140fdb09738a9bd36951eb3149a66a744859.zip
Workaround autoconf-2.63 issues with empty else statements.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/openssh/files')
-rw-r--r--net-misc/openssh/files/openssh-5.2_p1-autoconf.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-misc/openssh/files/openssh-5.2_p1-autoconf.patch b/net-misc/openssh/files/openssh-5.2_p1-autoconf.patch
new file mode 100644
index 000000000000..24ad7a9cf426
--- /dev/null
+++ b/net-misc/openssh/files/openssh-5.2_p1-autoconf.patch
@@ -0,0 +1,15 @@
+workaround problems with autoconf-2.63
+
+http://lists.gnu.org/archive/html/autoconf/2009-04/msg00007.html
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -3603,7 +3603,7 @@
+ #include <shadow.h>
+ struct spwd sp;
+ ],[ sp.sp_expire = sp.sp_lstchg = sp.sp_inact = 0; ],
+- [ sp_expire_available=yes ], []
++ [ sp_expire_available=yes ], [:]
+ )
+
+ if test "x$sp_expire_available" = "xyes" ; then