]> git.pld-linux.org Git - packages/openssh.git/blame - openssh-no_libnsl.patch
- enhanced openssh-chroot.patch with UseChroot configuration option
[packages/openssh.git] / openssh-no_libnsl.patch
CommitLineData
06b95d40
MK
1diff -urN openssh-3.0p1.orig/configure.ac openssh-3.0p1/configure.ac
2--- openssh-3.0p1.orig/configure.ac Sat Nov 3 20:09:33 2001
3+++ openssh-3.0p1/configure.ac Wed Nov 7 16:22:54 2001
4@@ -123,6 +123,8 @@
f855fc71
JR
5 AC_DEFINE(LOCKED_PASSWD_PREFIX, "!!")
6 AC_DEFINE(SPT_TYPE,SPT_REUSEARGV)
ace232b8 7 inet6_default_4in6=yes
8+ no_libnsl=1
06b95d40 9+ no_libsocket=1
f855fc71
JR
10 case `uname -r` in
11 1.*|2.0.*)
12 AC_DEFINE(BROKEN_CMSG_TYPE)
2817bed8 13--- openssh-3.2.3p1/configure.ac.orig Sat May 25 13:02:18 2002
14+++ openssh-3.2.3p1/configure.ac Sat May 25 13:14:58 2002
15@@ -360,7 +359,6 @@
16 util.h utime.h utmp.h utmpx.h)
17
18 # Checks for libraries.
19-AC_CHECK_FUNC(yp_match, , AC_CHECK_LIB(nsl, yp_match))
20 AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt))
21
22 dnl SCO OS3 needs this for libwrap
This page took 0.036709 seconds and 4 git commands to generate.