diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-12-20 16:22:07 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-12-20 16:22:07 +0000 |
commit | 8119684ffb78148615b341699e2e8eb537bbe57f (patch) | |
tree | fa03e2c5c526ecb6184fa2f37b5483139220709a /Configure | |
parent | 6682be1cb0cf57e58661289c111831ff65f51b05 (diff) | |
download | perl-8119684ffb78148615b341699e2e8eb537bbe57f.tar.gz |
Oops. Change 32669 didn't mean to add ssp to the libswanted list.
p4raw-id: //depot/perl@32670
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1328,7 +1328,7 @@ libswanted_uselargefiles='' : List of libraries we want. : 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 ssp" +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 ! !'` |