projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c680dfd
)
ucblib shouldn't be linked against in nonstop-ux,
Jarkko Hietaniemi [Fri, 14 Sep 2001 02:12:02 +0000 (
02:12
+0000)]
from Tom Bates.
p4raw-id: //depot/perl@12012
hints/nonstopux.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/nonstopux.sh
b/hints/nonstopux.sh
index
aec05ee
..
025030f
100644
(file)
--- 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 / /'`
+