]> git.pld-linux.org Git - packages/inn.git/blame - inn-nolibs.patch
- massive attack: source-md5
[packages/inn.git] / inn-nolibs.patch
CommitLineData
3dc5b213
JB
1--- inn-2.3.3/configure.in.orig Sun Jan 5 03:19:55 2003
2+++ inn-2.3.3/configure.in Sun Jan 5 03:57:21 2003
3@@ -725,7 +725,7 @@
4 dnl includes gethostbyname in libsocket but needs libnsl for socket().
5 dnl Always link with libresolv if it's found.
6 AC_SEARCH_LIBS(gethostbyname, nsl)
7-AC_CHECK_LIB(resolv, gethostbyname, LIBS="-lresolv $LIBS")
8+AC_SEARCH_LIBS(gethostbyname, resolv)
9 AC_CHECK_FUNC(socket, , [
10 AC_CHECK_LIB(socket, socket, LIBS="$LIBS -lsocket", [
11 AC_CHECK_LIB(nsl, socket, LIBS="$LIBS -lsocket -lnsl", , -lsocket)
12@@ -755,7 +755,7 @@
13 AC_CHECK_LIB(shadow, getspnam)
14
15 dnl FIXME: This should be combined with AC_FUNC_GETLOADAVG
16-AC_CHECK_LIB(elf, nlist)
17+dnl AC_CHECK_LIB(elf, nlist) -- not used on Linux
18
19 dnl FIXME: This is only used by the keywords code in innd/art.c and
20 dnl shouldn't be in the global LIBS variable.
This page took 0.042303 seconds and 4 git commands to generate.