SOURCES: inetutils-nolibs.patch - updated for 1.5
qboosh
qboosh at pld-linux.org
Sun Nov 19 22:11:37 CET 2006
Author: qboosh Date: Sun Nov 19 21:11:37 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated for 1.5
---- Files affected:
SOURCES:
inetutils-nolibs.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/inetutils-nolibs.patch
diff -u SOURCES/inetutils-nolibs.patch:1.1 SOURCES/inetutils-nolibs.patch:1.2
--- SOURCES/inetutils-nolibs.patch:1.1 Sat Jul 26 18:42:40 2003
+++ SOURCES/inetutils-nolibs.patch Sun Nov 19 22:11:31 2006
@@ -1,7 +1,7 @@
---- inetutils-1.4.2/configure.ac.orig 2002-12-23 05:27:37.000000000 +0100
-+++ inetutils-1.4.2/configure.ac 2003-07-26 17:33:12.000000000 +0200
-@@ -127,12 +127,12 @@
- #endif /* HAVE___P */])
+--- inetutils-1.5/configure.ac.orig 2006-10-21 13:57:04.000000000 +0200
++++ inetutils-1.5/configure.ac 2006-11-19 20:59:22.575311750 +0100
+@@ -131,11 +131,11 @@
+ gl_INIT
### Checks for libraries.
-AC_CHECK_LIB(bsd, revoke)
@@ -9,13 +9,11 @@
-AC_CHECK_LIB(resolv, gethostname)
-AC_CHECK_LIB(socket, getpeername)
-AC_CHECK_LIB(opie, opiegenerator)
--AC_CHECK_LIB(z, gzdopen)
+AC_SEARCH_LIBS(revoke, bsd)
+AC_SEARCH_LIBS(inet_ntoa, nsl)
+AC_SEARCH_LIBS(gethostname, resolv)
+AC_SEARCH_LIBS(getpeername, socket)
+AC_CHECK_LIB(opie, opiegenerator, [LIBOPIE="-lopie"])
-+AC_CHECK_LIB(z, gzdopen, [LIBZ="-lz"])
- # We want to use libreadline if it is available. However, it seems that the
- # guile hackers have had problems because there is a Solaris libreadline
+ # See if a termcap library is available (under one of several names)
+ IU_LIB_TERMCAP
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/inetutils-nolibs.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list