From: Jarkko Hietaniemi Date: Sat, 4 Mar 2000 05:50:56 +0000 (+0000) Subject: assuming that removing the libbind will be a good idea X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=61f114aad960d46fcfb765ab137f0db8a54bb144;p=p5sagit%2Fp5-mst-13.2.git assuming that removing the libbind will be a good idea p4raw-id: //depot/cfgperl@5514 --- diff --git a/hints/sco.sh b/hints/sco.sh index 1c70a4d..079ab78 100644 --- a/hints/sco.sh +++ b/hints/sco.sh @@ -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"