]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
- kill unwanted -lnsl -ldns
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Oct 2004 10:33:04 +0000 (10:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eggdrop-nolibs.patch -> 1.1

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

diff --git a/eggdrop-nolibs.patch b/eggdrop-nolibs.patch
new file mode 100644 (file)
index 0000000..67477e0
--- /dev/null
@@ -0,0 +1,15 @@
+--- eggdrop1.6.15/aclocal.m4.orig      2004-10-17 12:20:49.817945000 +0200
++++ eggdrop1.6.15/aclocal.m4   2004-10-17 12:21:48.224930310 +0200
+@@ -492,9 +492,9 @@
+ then
+   AC_MSG_WARN(Skipping library tests because they CONFUSE Irix.)
+ else
+-  AC_CHECK_LIB(socket, socket)
+-  AC_CHECK_LIB(nsl, connect)
+-  AC_CHECK_LIB(dns, gethostbyname)
++  AC_SEARCH_LIBS(socket, socket)
++  AC_SEARCH_LIBS(connect, nsl)
++  AC_SEARCH_LIBS(gethostbyname, [resolv bind dns])
+   AC_CHECK_LIB(dl, dlopen)
+   AC_CHECK_LIB(m, tan, EGG_MATH_LIB="-lm")
+   # This is needed for Tcl libraries compiled with thread support
This page took 0.065816 seconds and 4 git commands to generate.