artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8147d95
)
Stop linking perl to libpthread
author
afresh1
<afresh1@openbsd.org>
Tue, 28 Jun 2016 04:30:02 +0000
(
04:30
+0000)
committer
afresh1
<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
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/perl/Makefile.SH
b/gnu/usr.bin/perl/Makefile.SH
index
11c9223
..
cdf1601
100644
(file)
--- 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