d462f23419
5.8.1-92 - add srand on fork patch from upstream, as well as test case 5.8.1-91 - perl 5.8.1 final 5.8.1-90.rc5.3 - ensure inc_version_list is always set properly Mon Sep 22 2003 Chip Turner <cturner@redhat.com> - update to RC5 5.8.1-90.rc4.2 - rebuild
12 lines
586 B
Diff
12 lines
586 B
Diff
--- perl-5.8.1-RC4/ext/threads/Makefile.PL.lpthread Wed Aug 6 20:09:07 2003
|
|
+++ perl-5.8.1-RC4/ext/threads/Makefile.PL Wed Aug 6 20:09:22 2003
|
|
@@ -10,7 +10,7 @@
|
|
(ABSTRACT_FROM => 'threads.pm', # retrieve abstract from module
|
|
AUTHOR => 'Artur Bergman <artur@contiller.se>') : ()),
|
|
'MAN3PODS' => {}, # Pods will be built by installman
|
|
- 'LIBS' => [''], # e.g., '-lm'
|
|
+ 'LIBS' => ['-lpthread'], # e.g., '-lm'
|
|
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
|
|
# Insert -I. if you add *.h files later:
|
|
# 'INC' => '', # e.g., '-I/usr/include/other'
|