diff options
-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="$*" |