assuming that removing the libbind will be a good idea
Jarkko Hietaniemi [Sat, 4 Mar 2000 05:50:56 +0000 (05:50 +0000)]
p4raw-id: //depot/cfgperl@5514

hints/sco.sh

index 1c70a4d..079ab78 100644 (file)
@@ -181,6 +181,13 @@ shift
 libswanted="$*"
 
 ###############################################################
+# Remove libbind because it conflicts with libsocket.
+libswanted=`echo " $libswanted " | sed -e 's/ bind / /'`
+set X $libswanted
+shift
+libswanted="$*"
+
+###############################################################
 # Try to use libintl.a since it has strcoll and strxfrm
 libswanted="intl $libswanted"