]> git.ipfire.org Git - ipfire-3.x.git/blob - pkgs/perl/patches/perl-5.10.0-libresolv.patch
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / perl / patches / perl-5.10.0-libresolv.patch
1 diff -up perl-5.10.0/Configure.didi perl-5.10.0/Configure
2 --- perl-5.10.0/Configure.didi 2007-12-18 11:47:07.000000000 +0100
3 +++ perl-5.10.0/Configure 2008-07-21 10:51:16.000000000 +0200
4 @@ -1327,7 +1327,7 @@ libswanted_uselargefiles=''
5 : set usesocks on the Configure command line to enable socks.
6 : List of libraries we want.
7 : If anyone needs extra -lxxx, put those in a hint file.
8 -libswanted="sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun"
9 +libswanted="sfio socket resolv inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun"
10 libswanted="$libswanted m crypt sec util c cposix posix ucb bsd BSD"
11 : We probably want to search /usr/shlib before most other libraries.
12 : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.