]> git.pld-linux.org Git - packages/apache.git/commitdiff
- -lnsl not needed
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 30 Jun 2003 12:07:45 +0000 (12:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-nolibs.patch -> 1.1

apache-nolibs.patch [new file with mode: 0644]

diff --git a/apache-nolibs.patch b/apache-nolibs.patch
new file mode 100644 (file)
index 0000000..d75cf11
--- /dev/null
@@ -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)
This page took 0.033969 seconds and 4 git commands to generate.