diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-09-15 21:00:55 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-09-15 21:00:55 +0100 |
commit | e9827b37419129f2cb98c678e814535aa8d6a1c2 (patch) | |
tree | f64da7eaff26fd736fc570592adc7020befe1e83 /hints | |
parent | 50c7be83932fffb593f45edf5e5fde386fc0de6b (diff) | |
download | perl-e9827b37419129f2cb98c678e814535aa8d6a1c2.tar.gz |
Remove -lbsd from optional libs on GNU/Hurd too
Diffstat (limited to 'hints')
-rw-r--r-- | hints/gnu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/gnu.sh b/hints/gnu.sh index 42333710f2..fe251cbc90 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="$*" |