]> git.pld-linux.org Git - packages/etherape.git/commitdiff
new etherape-0_5_6-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 15 Mar 2001 08:04:06 +0000 (08:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    etherape-resolv.patch -> 1.1

etherape-resolv.patch [new file with mode: 0644]

diff --git a/etherape-resolv.patch b/etherape-resolv.patch
new file mode 100644 (file)
index 0000000..56aa589
--- /dev/null
@@ -0,0 +1,18 @@
+diff -urN etherape-0.5.6.org/configure.in etherape-0.5.6/configure.in
+--- etherape-0.5.6.org/configure.in    Thu Mar 15 08:58:28 2001
++++ etherape-0.5.6/configure.in        Thu Mar 15 08:59:03 2001
+@@ -79,12 +79,10 @@
+ # Copied from mtr to support dns.c
+ AC_CHECK_FUNC(res_init, , 
+-  AC_CHECK_LIB(bind, res_init, , 
+-   AC_CHECK_LIB(resolv, res_init, , AC_MSG_ERROR(No resolver library found))))
++   AC_CHECK_LIB(resolv, __res_init, , AC_MSG_ERROR(No resolver library found)))
+ AC_CHECK_FUNC(res_mkquery, , 
+-  AC_CHECK_LIB(bind, res_mkquery, , 
+-   AC_CHECK_LIB(resolv, res_mkquery, , AC_MSG_ERROR(No resolver library found))))
++   AC_CHECK_LIB(resolv, __res_mkquery, , AC_MSG_ERROR(No resolver library found)))
+ dnl Checks for header files.
This page took 0.079119 seconds and 4 git commands to generate.