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