diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-04 05:50:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-04 05:50:56 +0000 |
commit | 61f114aad960d46fcfb765ab137f0db8a54bb144 (patch) | |
tree | 79afbdcf518f7052a47aeb28b2b0d3f3bbc6a10d /hints/sco.sh | |
parent | d64760163b46a3576b58d59ae3ed6ca370fa3c8e (diff) | |
download | perl-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.sh | 7 |
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" |