summaryrefslogtreecommitdiff
path: root/hints/gnu.sh
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2004-02-16 10:27:17 +1100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2004-02-17 11:22:24 +0000
commit761ee4e8f04fab46ae6718633150f12611f85867 (patch)
tree8cfcfc0372171cb6c721e4248aead8f7be3ab272 /hints/gnu.sh
parent1fd33325e0ec5c0de0c29643e96c30ebc6a21809 (diff)
downloadperl-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.sh2
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="$*"