[packages] mtr: update to 0.82, refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29737 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker
2012-01-13 22:11:46 +00:00
parent 2adcd4a523
commit f4fdbc1615
3 changed files with 8 additions and 10 deletions

View File

@ -8,8 +8,8 @@
- AC_CHECK_LIB(bind, res_mkquery, ,
- AC_CHECK_LIB(resolv, res_mkquery, ,
- AC_CHECK_LIB(resolv, __res_mkquery, , AC_MSG_ERROR(No resolver library found)))))
+#AC_CHECK_FUNC(res_mkquery, ,
+# AC_CHECK_LIB(bind, res_mkquery, ,
+#AC_CHECK_FUNC(res_mkquery, ,
+# AC_CHECK_LIB(bind, res_mkquery, ,
+# AC_CHECK_LIB(resolv, res_mkquery, ,
+# AC_CHECK_LIB(resolv, __res_mkquery, , AC_MSG_ERROR(No resolver library found)))))
# This next line would override the just detected-or-not -lresolv.