From a1be5a71585656a50487657df713e4bdb3a9a8a6 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 14 Sep 2001 02:12:02 +0000 Subject: [PATCH] ucblib shouldn't be linked against in nonstop-ux, from Tom Bates. p4raw-id: //depot/perl@12012 --- hints/nonstopux.sh | 3 +++ 1 file changed, 3 insertions(+) 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 / /'` + -- 2.7.4