summaryrefslogtreecommitdiff
path: root/net-misc/openssh-x/files/openssh-5.2_p1-autoconf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/openssh-x/files/openssh-5.2_p1-autoconf.patch')
-rw-r--r--net-misc/openssh-x/files/openssh-5.2_p1-autoconf.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-misc/openssh-x/files/openssh-5.2_p1-autoconf.patch b/net-misc/openssh-x/files/openssh-5.2_p1-autoconf.patch
deleted file mode 100644
index 24ad7a9c..00000000
--- a/net-misc/openssh-x/files/openssh-5.2_p1-autoconf.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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