In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e9827b37419129f2cb98c678e814535aa8d6a1c2?hp=50c7be83932fffb593f45edf5e5fde386fc0de6b>

- Log -----------------------------------------------------------------
commit e9827b37419129f2cb98c678e814535aa8d6a1c2
Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk>
Date:   Sun Sep 15 21:00:55 2013 +0100

    Remove -lbsd from optional libs on GNU/Hurd too
-----------------------------------------------------------------------

Summary of changes:
 hints/gnu.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hints/gnu.sh b/hints/gnu.sh
index 4233371..fe251cb 100644
--- a/hints/gnu.sh
+++ b/hints/gnu.sh
@@ -4,7 +4,7 @@
 
 # libnsl is unusable on the Hurd.
 # XXX remove this once SUNRPC is implemented.
-set `echo X "$libswanted "| sed -e 's/ nsl / /' -e 's/ c / pthread /'`
+set `echo X "$libswanted "| sed -e 's/ bsd / /' -e 's/ nsl / /' -e 's/ c / 
pthread /'`
 shift
 libswanted="$*"
 

--
Perl5 Master Repository

Reply via email to