diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-29 03:07:16 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-29 03:07:16 +0000 |
commit | 997d70a2a2f4a08920e782382c29bd614a7784ca (patch) | |
tree | a16a291ec537ddee03b1e5c3fdd953a0155e5f65 /Configure | |
parent | 34b59bffc0be630c5aecd6e696cf0bdde3c5ab0a (diff) | |
download | perl-997d70a2a2f4a08920e782382c29bd614a7784ca.tar.gz |
Added few more libs to scan.
p4raw-id: //depot/cfgperl@5340
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Feb 29 03:12:47 EET 2000 [metaconfig 3.0 PL70] +# Generated on Tue Feb 29 05:06:33 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -982,10 +982,10 @@ defvoidused=15 : List of libraries we want. : If anyone needs -lnet, put it in a hint file. -libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl' +libswanted='sfio socket bind inet nsl nm ndbm gdbm dbm db malloc dl' libswanted="$libswanted dld ld sun m c cposix posix" libswanted="$libswanted ndir dir crypt sec" -libswanted="$libswanted ucb bsd BSD PW x" +libswanted="$libswanted ucb bsd BSD PW x iconv" : We probably want to search /usr/shlib before most other libraries. : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'` |