From: acoul Date: Fri, 11 Mar 2011 10:37:30 +0000 (+0000) Subject: utils/pciutils: remove the libresolv dependency X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=4522dc594d8e84c20ec3b10a620a3e873351c665;p=packages.git utils/pciutils: remove the libresolv dependency git-svn-id: svn://svn.openwrt.org/openwrt/packages@26029 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/pciutils/patches/104-resolv.patch b/utils/pciutils/patches/104-resolv.patch new file mode 100644 index 000000000..dbd46aab4 --- /dev/null +++ b/utils/pciutils/patches/104-resolv.patch @@ -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*)