summaryrefslogtreecommitdiff
path: root/security/ssh/patches/patch-aj
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-12-14 16:17:14 +0000
committerhubertf <hubertf>1997-12-14 16:17:14 +0000
commitebe43373816762ff56789ffd2b33c7b582751f97 (patch)
tree382869867dbf6faa175f20f1f3cfddd1c93bded3 /security/ssh/patches/patch-aj
parentecf40bfe8648c4b9fc36f3a33d56b8d6bcb9b760 (diff)
downloadpkgsrc-ebe43373816762ff56789ffd2b33c7b582751f97.tar.gz
Secure Shell package; Originally taken from FreeBSD, hacked by agc and
finished by me.
Diffstat (limited to 'security/ssh/patches/patch-aj')
-rw-r--r--security/ssh/patches/patch-aj40
1 files changed, 40 insertions, 0 deletions
diff --git a/security/ssh/patches/patch-aj b/security/ssh/patches/patch-aj
new file mode 100644
index 00000000000..60f7495697f
--- /dev/null
+++ b/security/ssh/patches/patch-aj
@@ -0,0 +1,40 @@
+*** configure.in.orig Wed Apr 23 08:40:06 1997
+--- configure.in Fri Apr 25 12:41:26 1997
+***************
+*** 616,624 ****
+
+ export CFLAGS CC
+
+! # Socket pairs appear to be broken on several systems. I don't know exactly
+! # where, so I'll use pipes everywhere for now.
+! AC_DEFINE(USE_PIPES)
+
+ AC_MSG_CHECKING([that the compiler works])
+ AC_TRY_RUN([ main(int ac, char **av) { return 0; } ],
+--- 616,624 ----
+
+ export CFLAGS CC
+
+! dnl # Socket pairs appear to be broken on several systems. I don't know exactly
+! dnl # where, so I'll use pipes everywhere for now.
+! dnl AC_DEFINE(USE_PIPES)
+
+ AC_MSG_CHECKING([that the compiler works])
+ AC_TRY_RUN([ main(int ac, char **av) { return 0; } ],
+***************
+*** 671,677 ****
+
+ AC_HEADER_STDC
+ AC_HEADER_SYS_WAIT
+! AC_CHECK_HEADERS(unistd.h rusage.h sys/time.h lastlog.h utmp.h shadow.h)
+ AC_CHECK_HEADERS(sgtty.h sys/select.h sys/ioctl.h machine/endian.h)
+ AC_CHECK_HEADERS(paths.h usersec.h utime.h netinet/in_systm.h netinet/in_system.h netinet/ip.h netinet/tcp.h ulimit.h)
+ AC_HEADER_TIME
+--- 671,677 ----
+
+ AC_HEADER_STDC
+ AC_HEADER_SYS_WAIT
+! AC_CHECK_HEADERS(unistd.h rusage.h sys/time.h lastlog.h login_cap.h utmp.h shadow.h)
+ AC_CHECK_HEADERS(sgtty.h sys/select.h sys/ioctl.h machine/endian.h)
+ AC_CHECK_HEADERS(paths.h usersec.h utime.h netinet/in_systm.h netinet/in_system.h netinet/ip.h netinet/tcp.h ulimit.h)
+ AC_HEADER_TIME