From: Steve Peters Date: Tue, 22 Mar 2005 17:15:23 +0000 (-0600) Subject: Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2d1d6bf608dc9681503e57929d9632850c2e5677;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/hints/linux.sh b/hints/linux.sh index 61d9fc8..2ed31db 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="$*"