utils/pciutils: remove the libresolv dependency
authoracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 11 Mar 2011 10:37:30 +0000 (10:37 +0000)
committeracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 11 Mar 2011 10:37:30 +0000 (10:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26029 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/pciutils/patches/104-resolv.patch [new file with mode: 0644]

diff --git a/utils/pciutils/patches/104-resolv.patch b/utils/pciutils/patches/104-resolv.patch
new file mode 100644 (file)
index 0000000..dbd46aa
--- /dev/null
@@ -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*)