This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d647601
)
assuming that removing the libbind will be a good idea
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 4 Mar 2000 05:50:56 +0000
(
05:50
+0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 4 Mar 2000 05:50:56 +0000
(
05:50
+0000)
p4raw-id: //depot/cfgperl@5514
hints/sco.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/sco.sh
b/hints/sco.sh
index
1c70a4d
..
079ab78
100644
(file)
--- 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"