]> git.pld-linux.org Git - packages/openssh.git/blob - openssh-no_libnsl.patch
- typo
[packages/openssh.git] / openssh-no_libnsl.patch
1 diff -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 @@
5         AC_DEFINE(LOCKED_PASSWD_PREFIX, "!!")
6         AC_DEFINE(SPT_TYPE,SPT_REUSEARGV)
7         inet6_default_4in6=yes
8 +       no_libnsl=1
9 +       no_libsocket=1
10         case `uname -r` in
11         1.*|2.0.*)
12                 AC_DEFINE(BROKEN_CMSG_TYPE)
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.027311 seconds and 3 git commands to generate.