From: Nicholas Clark Date: Thu, 20 Dec 2007 16:22:07 +0000 (+0000) Subject: Oops. Change 32669 didn't mean to add ssp to the libswanted list. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8119684ffb78148615b341699e2e8eb537bbe57f;p=p5sagit%2Fp5-mst-13.2.git Oops. Change 32669 didn't mean to add ssp to the libswanted list. p4raw-id: //depot/perl@32670 --- diff --git a/Configure b/Configure index 7e88403..ce038a3 100755 --- a/Configure +++ b/Configure @@ -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 ! !'`