]> git.pld-linux.org Git - packages/perl.git/blob - perl-link.patch
- fixed _noautoreq
[packages/perl.git] / perl-link.patch
1 --- perl-5.6.1/Configure.orig   Mon Mar 19 04:03:33 2001
2 +++ perl-5.6.1/Configure        Tue Dec 24 20:12:56 2002
3 @@ -1030,10 +1030,9 @@
4  
5  : List of libraries we want.
6  : If anyone needs -lnet, put it in a hint file.
7 -libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl'
8 -libswanted="$libswanted dld ld sun m c cposix posix"
9 -libswanted="$libswanted ndir dir crypt sec"
10 -libswanted="$libswanted ucb bsd BSD PW x iconv util"
11 +libswanted='ndbm gdbm db dl'
12 +libswanted="$libswanted m c"
13 +libswanted="$libswanted crypt"
14  : We probably want to search /usr/shlib before most other libraries.
15  : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
16  glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`
This page took 0.034416 seconds and 3 git commands to generate.