From: Jarkko Hietaniemi Date: Fri, 14 Sep 2001 02:12:02 +0000 (+0000) Subject: ucblib shouldn't be linked against in nonstop-ux, X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a1be5a71585656a50487657df713e4bdb3a9a8a6;p=p5sagit%2Fp5-mst-13.2.git ucblib shouldn't be linked against in nonstop-ux, from Tom Bates. p4raw-id: //depot/perl@12012 --- diff --git a/hints/nonstopux.sh b/hints/nonstopux.sh index aec05ee..025030f 100644 --- a/hints/nonstopux.sh +++ b/hints/nonstopux.sh @@ -15,3 +15,6 @@ case "$cc" in ;; esac +libswanted=`echo " $libswanted " | sed -e 's/ ucb / /'` +glibpth=`echo " $glibpth " | sed -e 's/ \/usr\/ucblib / /'` +