perl/perl-5.8.6-libresolv.patch

12 lines
622 B
Diff

--- perl-5.8.6/Configure.libresolv 2005-03-17 11:54:54.000000000 -0500
+++ perl-5.8.6/Configure 2005-03-17 11:55:26.000000000 -0500
@@ -1266,7 +1266,7 @@
: List of libraries we want.
: If anyone needs extra -lxxx, put those in a hint file.
-libswanted="sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun"
+libswanted="sfio socket resolv inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun"
libswanted="$libswanted m crypt sec util c cposix posix ucb bsd BSD"
: We probably want to search /usr/shlib before most other libraries.
: This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.