X-Git-Url: https://perl5.git.perl.org/metaconfig.git/blobdiff_plain/959f3c4c3cb71471e6fa1ba0ee4c8fba7f157582..89b0533fba6d4d87301c0967fb15672f2e8b3cda:/U/modified/Myinit.U diff --git a/U/modified/Myinit.U b/U/modified/Myinit.U index c8e901a..a408fcc 100644 --- a/U/modified/Myinit.U +++ b/U/modified/Myinit.U @@ -31,11 +31,9 @@ : List of libraries we want. ?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="$libswanted dld ld sun m rt c cposix posix" -libswanted="$libswanted ndir dir crypt sec" -libswanted="$libswanted ucb bsd BSD PW x" +: 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="$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. glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`