X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fsco.sh;h=079ab78035afb64df182ef8087cd013d42458aee;hb=973abda3de19f81f0355443e0fb0b20961973762;hp=1c70a4d5409d5b22ad4e4009c5e973adf015ee31;hpb=0337d152b9552f2bf363ab0ee8b322eac87f3c9d;p=p5sagit%2Fp5-mst-13.2.git 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"