This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Added few more libs to scan.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 29 Feb 2000 03:07:16 +0000 (03:07 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 29 Feb 2000 03:07:16 +0000 (03:07 +0000)
p4raw-id: //depot/metaconfig@5340

U/modified/Myinit.U

index 0758a53..a2fb4c1 100644 (file)
 ?X: Put crypt here, even though I should really fix d_crypt.U to look
 ?X: for it correctly, including possible shared library versions.
 : 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 ! !'`