Change 12012 by jhi@alpha on 2001/09/14 02:12:02
ucblib shouldn't be linked against in nonstop-ux,
from Tom Bates.
Affected files ...
... //depot/perl/hints/nonstopux.sh#3 edit
Differences ...
==== //depot/perl/hints/nonstopux.sh#3 (text) ====
Index: perl/hints/nonstopux.sh
--- perl/hints/nonstopux.sh.~1~ Thu Sep 13 20:15:05 2001
+++ perl/hints/nonstopux.sh Thu Sep 13 20:15:05 2001
@@ -15,3 +15,6 @@
;;
esac
+libswanted=`echo " $libswanted " | sed -e 's/ ucb / /'`
+glibpth=`echo " $glibpth " | sed -e 's/ \/usr\/ucblib / /'`
+
End of Patch.