]> git.pld-linux.org Git - packages/eggdrop.git/blob - eggdrop-nolibs.patch
- kill unwanted -lnsl -ldns
[packages/eggdrop.git] / eggdrop-nolibs.patch
1 --- eggdrop1.6.15/aclocal.m4.orig       2004-10-17 12:20:49.817945000 +0200
2 +++ eggdrop1.6.15/aclocal.m4    2004-10-17 12:21:48.224930310 +0200
3 @@ -492,9 +492,9 @@
4  then
5    AC_MSG_WARN(Skipping library tests because they CONFUSE Irix.)
6  else
7 -  AC_CHECK_LIB(socket, socket)
8 -  AC_CHECK_LIB(nsl, connect)
9 -  AC_CHECK_LIB(dns, gethostbyname)
10 +  AC_SEARCH_LIBS(socket, socket)
11 +  AC_SEARCH_LIBS(connect, nsl)
12 +  AC_SEARCH_LIBS(gethostbyname, [resolv bind dns])
13    AC_CHECK_LIB(dl, dlopen)
14    AC_CHECK_LIB(m, tan, EGG_MATH_LIB="-lm")
15    # This is needed for Tcl libraries compiled with thread support
This page took 0.033153 seconds and 4 git commands to generate.