]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- more fixes for not linking with libnsl.
authorkloczek <kloczek@pld-linux.org>
Sat, 25 May 2002 12:08:19 +0000 (12:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh-no_libnsl.patch -> 1.4

openssh-no_libnsl.patch

index d6077e06abfac3cf167a611829547bad5823bec1..9c2d08e203993af00ae37fc93ba26a61af0a5183 100644 (file)
@@ -10,3 +10,13 @@ diff -urN openssh-3.0p1.orig/configure.ac openssh-3.0p1/configure.ac
        ;;
  mips-sony-bsd|mips-sony-newsos4)
        AC_DEFINE(HAVE_NEWS4)
+--- openssh-3.2.3p1/configure.ac.orig  Sat May 25 13:02:18 2002
++++ openssh-3.2.3p1/configure.ac       Sat May 25 13:14:58 2002
+@@ -360,7 +359,6 @@
+       util.h utime.h utmp.h utmpx.h)
+ # Checks for libraries.
+-AC_CHECK_FUNC(yp_match, , AC_CHECK_LIB(nsl, yp_match))
+ AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB(socket, setsockopt))
+ dnl SCO OS3 needs this for libwrap
This page took 0.121303 seconds and 4 git commands to generate.