diff options
author | Andrew Fresh <afresh1@cvs.openbsd.org> | 2016-06-28 04:30:03 +0000 |
---|---|---|
committer | Andrew Fresh <afresh1@cvs.openbsd.org> | 2016-06-28 04:30:03 +0000 |
commit | 4cfe5e483c3d730bc3509050766790bb014eda52 (patch) | |
tree | 3e1061afdef2e63cf3e30e881dcb49a8187ab169 /gnu | |
parent | 244d2e22e0b13d0dc36efa7d0ec08a7666053402 (diff) |
Stop linking perl to libpthread
No longer necessary with TIB work
from guenther@ ok sthen@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.SH | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/usr.bin/perl/Makefile.SH b/gnu/usr.bin/perl/Makefile.SH index 11c922366ae..cdf16011d4b 100644 --- a/gnu/usr.bin/perl/Makefile.SH +++ b/gnu/usr.bin/perl/Makefile.SH @@ -729,14 +729,6 @@ case "$osname" in esac case "$osname" in -openbsd) - $spitshell >>$Makefile <<!GROK!THIS! -# When building Perl itself, link with the thread library, -# so that extensions can use thread functions even though Perl -# is not threaded -CCDLFLAGS = $ccdlflags -lpthread -!GROK!THIS! - ;; aix) $spitshell >>$Makefile <<!GROK!THIS! LIBS = $perllibs |