utils/pciutils: remove the libresolv dependency

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26029 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acoul 2011-03-11 10:37:30 +00:00
parent 59af235edb
commit 4522dc594d

View File

@ -0,0 +1,11 @@
--- a/lib/configure
+++ b/lib/configure
@@ -57,7 +57,7 @@ echo >>$c "#define PCI_OS_`echo $sys | t
echo >$m 'WITH_LIBS='
echo_n "Looking for access methods..."
-LIBRESOLV=-lresolv
+LIBRESOLV=
case $sys in
linux*)