From 152fa664c0989277b0cca5159f7f74cde9f53198 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 30 Jun 2003 12:07:45 +0000 Subject: [PATCH] - -lnsl not needed Changed files: apache-nolibs.patch -> 1.1 --- apache-nolibs.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 apache-nolibs.patch diff --git a/apache-nolibs.patch b/apache-nolibs.patch new file mode 100644 index 0000000..d75cf11 --- /dev/null +++ b/apache-nolibs.patch @@ -0,0 +1,15 @@ +--- httpd-2.0.46/srclib/apr/configure.in.orig Sat May 3 06:11:07 2003 ++++ httpd-2.0.46/srclib/apr/configure.in Mon Jun 30 13:28:19 2003 +@@ -441,10 +441,9 @@ + dnl It should check for LIBS being empty and set LIBS equal to the new value + dnl without the extra " " in that case, but they didn't do that. So, we + dnl end up LIBS="-lm -lcrypt -lnsl -ldl" which is an annoyance. +-AC_CHECK_LIB(resolv, res_init) +-AC_CHECK_LIB(nsl, gethostbyname) ++dnl AC_CHECK_LIB(resolv, res_init) -- not used + AC_SEARCH_LIBS(gethostname, nsl) +-AC_CHECK_LIB(socket, socket) ++AC_SEARCH_LIBS(socket, socket) + AC_SEARCH_LIBS(crypt, crypt ufc) + AC_CHECK_LIB(truerand, main) + AC_SEARCH_LIBS(modf, m) -- 2.44.0