]> git.pld-linux.org Git - packages/openssh.git/blob - openssh-no_libnsl.patch
- more fixes for not linking with libnsl.
[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(DONT_TRY_OTHER_AF)
6         AC_DEFINE(PAM_TTY_KLUDGE)
7         inet6_default_4in6=yes
8 +       no_libnsl=1
9 +       no_libsocket=1
10         ;;
11  mips-sony-bsd|mips-sony-newsos4)
12         AC_DEFINE(HAVE_NEWS4)
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.080968 seconds and 4 git commands to generate.