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