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