Stop linking perl to libpthread
authorafresh1 <afresh1@openbsd.org>
Tue, 28 Jun 2016 04:30:02 +0000 (04:30 +0000)
committerafresh1 <afresh1@openbsd.org>
Tue, 28 Jun 2016 04:30:02 +0000 (04:30 +0000)
No longer necessary with TIB work

from guenther@ ok sthen@

gnu/usr.bin/perl/Makefile.SH

index 11c9223..cdf1601 100644 (file)
@@ -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