From: Alexandros C. Couloumbis Date: Fri, 11 Mar 2011 10:37:30 +0000 (+0000) Subject: utils/pciutils: remove the libresolv dependency X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=06545d6e84bb36f77465ce24f5bb37dcd0a9944c;p=openwrt%2Fsvn-archive%2Farchive.git utils/pciutils: remove the libresolv dependency SVN-Revision: 26029 --- diff --git a/utils/pciutils/patches/104-resolv.patch b/utils/pciutils/patches/104-resolv.patch new file mode 100644 index 0000000000..dbd46aab4f --- /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*)