Blame SOURCES/perl-5.10.0-libresolv.patch

276c98
diff -up perl-5.10.0/Configure.didi perl-5.10.0/Configure
276c98
--- perl-5.10.0/Configure.didi	2007-12-18 11:47:07.000000000 +0100
276c98
+++ perl-5.10.0/Configure	2008-07-21 10:51:16.000000000 +0200
276c98
@@ -1479,7 +1479,7 @@ archname=''
276c98
 usereentrant='undef'
276c98
 : List of libraries we want.
276c98
 : If anyone needs extra -lxxx, put those in a hint file.
276c98
-libswanted="cl pthread socket bind inet nsl ndbm gdbm dbm db malloc dl ld"
276c98
+libswanted="cl pthread socket resolv inet nsl ndbm gdbm dbm db malloc dl ld"
276c98
 libswanted="$libswanted sun m crypt sec util c cposix posix ucb bsd BSD"
276c98
 : We probably want to search /usr/shlib before most other libraries.
276c98
 : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.