summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndrew Fresh <afresh1@cvs.openbsd.org>2016-06-28 04:30:03 +0000
committerAndrew Fresh <afresh1@cvs.openbsd.org>2016-06-28 04:30:03 +0000
commit4cfe5e483c3d730bc3509050766790bb014eda52 (patch)
tree3e1061afdef2e63cf3e30e881dcb49a8187ab169 /gnu
parent244d2e22e0b13d0dc36efa7d0ec08a7666053402 (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.SH8
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