cvsdist d462f23
--- perl-5.8.1-RC4/ext/threads/Makefile.PL.lpthread	Wed Aug  6 20:09:07 2003
cvsdist d462f23
+++ perl-5.8.1-RC4/ext/threads/Makefile.PL	Wed Aug  6 20:09:22 2003
cvsdist d462f23
@@ -10,7 +10,7 @@
cvsdist d462f23
       (ABSTRACT_FROM => 'threads.pm', # retrieve abstract from module
cvsdist d462f23
        AUTHOR     => 'Artur Bergman  <artur@contiller.se>') : ()),
cvsdist d462f23
     'MAN3PODS'		=> {},  # Pods will be built by installman
cvsdist d462f23
-    'LIBS'		=> [''], # e.g., '-lm'
cvsdist d462f23
+    'LIBS'		=> ['-lpthread'], # e.g., '-lm'
cvsdist d462f23
     'DEFINE'		=> '', # e.g., '-DHAVE_SOMETHING'
cvsdist d462f23
 	# Insert -I. if you add *.h files later:
cvsdist d462f23
 #    'INC'		=> '', # e.g., '-I/usr/include/other'