ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/Makefile.PL
(Generate patch)

Comparing IO-AIO/Makefile.PL (file contents):
Revision 1.1 by root, Sun Jul 10 17:07:44 2005 UTC vs.
Revision 1.2 by root, Tue Jul 12 11:02:54 2005 UTC

8 COMPRESS => 'gzip -9v', 8 COMPRESS => 'gzip -9v',
9 SUFFIX => '.gz', 9 SUFFIX => '.gz',
10 }, 10 },
11 NAME => "IO::AIO", 11 NAME => "IO::AIO",
12 VERSION_FROM => "AIO.pm", 12 VERSION_FROM => "AIO.pm",
13 LIBS => ['-lpthread'], 13 LIBS => ['-lpthread -lrt', '-lpthread', '-lpthreads', ''],
14}); 14});
15 15
16$mm->flush; 16$mm->flush;
17 17

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines