]> git.pld-linux.org Git - packages/apache.git/blame - apache-nolibs.patch
- rename sysconfig to httpd to have same script/service/config names
[packages/apache.git] / apache-nolibs.patch
CommitLineData
152fa664
JB
1--- httpd-2.0.46/srclib/apr/configure.in.orig Sat May 3 06:11:07 2003
2+++ httpd-2.0.46/srclib/apr/configure.in Mon Jun 30 13:28:19 2003
3@@ -441,10 +441,9 @@
4 dnl It should check for LIBS being empty and set LIBS equal to the new value
5 dnl without the extra " " in that case, but they didn't do that. So, we
6 dnl end up LIBS="-lm -lcrypt -lnsl -ldl" which is an annoyance.
7-AC_CHECK_LIB(resolv, res_init)
8-AC_CHECK_LIB(nsl, gethostbyname)
9+dnl AC_CHECK_LIB(resolv, res_init) -- not used
10 AC_SEARCH_LIBS(gethostname, nsl)
11-AC_CHECK_LIB(socket, socket)
12+AC_SEARCH_LIBS(socket, socket)
13 AC_SEARCH_LIBS(crypt, crypt ufc)
14 AC_CHECK_LIB(truerand, main)
15 AC_SEARCH_LIBS(modf, m)
This page took 0.542857 seconds and 4 git commands to generate.