summaryrefslogtreecommitdiff
path: root/hints/linux.sh
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-03-22 11:15:23 -0600
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-25 09:24:15 +0000
commit2d1d6bf608dc9681503e57929d9632850c2e5677 (patch)
treec5e399a2df66d1688d347fba49177d721704bcd9 /hints/linux.sh
parente1ec3a884f8d8c64eb7e391b2a363f47cbeed570 (diff)
downloadperl-2d1d6bf608dc9681503e57929d9632850c2e5677.tar.gz
Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24075
Diffstat (limited to 'hints/linux.sh')
-rw-r--r--hints/linux.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/hints/linux.sh b/hints/linux.sh
index 61d9fc8e5e..2ed31dbef3 100644
--- a/hints/linux.sh
+++ b/hints/linux.sh
@@ -39,9 +39,10 @@ d_suidsafe='undef'
# do the implicit mapping.
ignore_versioned_solibs='y'
-# BSD compatability library no longer needed
-# 'kaffe' has a /usr/lib/libnet.so which is not at all relevent for perl.
-set `echo X "$libswanted "| sed -e 's/ bsd / /' -e 's/ net / /'`
+# BSD compatibility library no longer needed
+# 'kaffe' has a /usr/lib/libnet.so which is not at all relevant for perl.
+# bind causes issues with several reentrant functions
+set `echo X "$libswanted "| sed -e 's/ bsd / /' -e 's/ net / /' -e 's/ bind / /'`
shift
libswanted="$*"