diff options
author | Brendan O'Dea <bod@debian.org> | 2004-02-16 10:27:17 +1100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-02-17 11:22:24 +0000 |
commit | 761ee4e8f04fab46ae6718633150f12611f85867 (patch) | |
tree | 8cfcfc0372171cb6c721e4248aead8f7be3ab272 /hints/gnu.sh | |
parent | 1fd33325e0ec5c0de0c29643e96c30ebc6a21809 (diff) | |
download | perl-761ee4e8f04fab46ae6718633150f12611f85867.tar.gz |
1. Creating backward compatibility for Configure after patches
#22227 and #22302 to still support 5.8.x and below
2. Small change for building on GNU hurd
From: "Brendan O'Dea" <bod@debian.org>
Message-ID: <20040215122717.GA26812@londo.c47.org>
p4raw-id: //depot/perl@22314
Diffstat (limited to 'hints/gnu.sh')
-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 927bceab9d..828e249a49 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 / /'` +set `echo X "$libswanted "| sed -e 's/ nsl / /' -e 's/ c / pthread /'` shift libswanted="$*" |