diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-14 02:12:02 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-14 02:12:02 +0000 |
commit | a1be5a71585656a50487657df713e4bdb3a9a8a6 (patch) | |
tree | 9de817d83310d18575eb763473e006e716562f4c /hints | |
parent | c680dfd8a8c0fff5888473dd1b3572e33e2b365f (diff) | |
download | perl-a1be5a71585656a50487657df713e4bdb3a9a8a6.tar.gz |
ucblib shouldn't be linked against in nonstop-ux,
from Tom Bates.
p4raw-id: //depot/perl@12012
Diffstat (limited to 'hints')
-rw-r--r-- | hints/nonstopux.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/nonstopux.sh b/hints/nonstopux.sh index aec05ee680..025030fc9a 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 / /'` + |