diff options
author | 2004-05-08 23:54:38 +0000 | |
---|---|---|
committer | 2004-05-08 23:54:38 +0000 | |
commit | 3ea6852c1d7f9f0887a4aa5be37bce8c7fcfea0a (patch) | |
tree | 88f222b081874a2bb5705867725927a12cba8e45 /dev-lang/perl/files | |
parent | obsolete upstream (diff) | |
download | historical-3ea6852c1d7f9f0887a4aa5be37bce8c7fcfea0a.tar.gz historical-3ea6852c1d7f9f0887a4aa5be37bce8c7fcfea0a.tar.bz2 historical-3ea6852c1d7f9f0887a4aa5be37bce8c7fcfea0a.zip |
5.8.4 pthread patch
Diffstat (limited to 'dev-lang/perl/files')
-rw-r--r-- | dev-lang/perl/files/perl-5.8.4-prelink-lpthread.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-lang/perl/files/perl-5.8.4-prelink-lpthread.patch b/dev-lang/perl/files/perl-5.8.4-prelink-lpthread.patch new file mode 100644 index 000000000000..d38497e0aebe --- /dev/null +++ b/dev-lang/perl/files/perl-5.8.4-prelink-lpthread.patch @@ -0,0 +1,11 @@ +--- hints/linux.sh.orig 2003-02-14 18:11:50.000000000 -0800 ++++ hints/linux.sh 2003-02-14 18:12:01.000000000 -0800 +@@ -43,7 +43,7 @@ + # 'kaffe' has a /usr/lib/libnet.so which is not at all relevent for perl. + set `echo X "$libswanted "| sed -e 's/ bsd / /' -e 's/ net / /'` + shift +-libswanted="$*" ++libswanted="pthread $*" + + # If you have glibc, then report the version for ./myconfig bug reporting. + # (Configure doesn't need to know the specific version since it just uses |