diff options
Diffstat (limited to 'gnu/usr.bin/perl/hints/gnu.sh')
-rw-r--r-- | gnu/usr.bin/perl/hints/gnu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/hints/gnu.sh b/gnu/usr.bin/perl/hints/gnu.sh index 927bceab9df..828e249a49c 100644 --- a/gnu/usr.bin/perl/hints/gnu.sh +++ b/gnu/usr.bin/perl/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 / /'` +set `echo X "$libswanted "| sed -e 's/ nsl / /' -e 's/ c / pthread /'` shift libswanted="$*" |