summaryrefslogtreecommitdiff
path: root/hints/sco.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-04 05:50:56 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-04 05:50:56 +0000
commit61f114aad960d46fcfb765ab137f0db8a54bb144 (patch)
tree79afbdcf518f7052a47aeb28b2b0d3f3bbc6a10d /hints/sco.sh
parentd64760163b46a3576b58d59ae3ed6ca370fa3c8e (diff)
downloadperl-61f114aad960d46fcfb765ab137f0db8a54bb144.tar.gz
assuming that removing the libbind will be a good idea
p4raw-id: //depot/cfgperl@5514
Diffstat (limited to 'hints/sco.sh')
-rw-r--r--hints/sco.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/hints/sco.sh b/hints/sco.sh
index 1c70a4d540..079ab78035 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"