Author: qboosh Date: Thu Apr 27 11:37:44 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - -lnsl is not needed
---- Files affected: SOURCES: htmldoc-link.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/htmldoc-link.patch diff -u /dev/null SOURCES/htmldoc-link.patch:1.1 --- /dev/null Thu Apr 27 13:37:44 2006 +++ SOURCES/htmldoc-link.patch Thu Apr 27 13:37:39 2006 @@ -0,0 +1,13 @@ +--- htmldoc-1.8.23/configure.in.orig 2002-07-29 18:48:20.000000000 +0200 ++++ htmldoc-1.8.23/configure.in 2006-04-27 12:50:39.415832000 +0200 +@@ -113,8 +113,8 @@ + + AC_CHECK_LIB(m,pow) + if test "$uname" != "IRIX"; then +- AC_CHECK_LIB(socket,socket) +- AC_CHECK_LIB(nsl,gethostbyaddr) ++ AC_SEARCH_LIBS(socket,socket) ++ AC_SEARCH_LIBS(gethostbyaddr,nsl) + fi + + dnl Check for OpenSSL libraries... ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
