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.4 by root, Sun Jul 31 19:04:45 2005 UTC vs.
Revision 1.6 by root, Fri Aug 19 01:07:27 2005 UTC

2 2
3use Config; 3use Config;
4 4
5require "autoconf.pm"; 5require "autoconf.pm";
6 6
7if ($^O =~ /freebsd/i) {
8 print <<EOF;
9
10This package seems to deadlock under FreeBSD. As documentation on FreeBSD
11threading is sorely lacking and confusing, I'll just call FreeBSD broken
12with regards to threading.
13
14If you get it to work, tell me how (maybe you need to specify magical link
15flags despite man pthread telling me otherwise, maybe yo need special
16library, maybe you need magical preprocessor symbols, maybe you need to
17recompile or re-link perl with threads enabled (a bad idea) - I have no
18idea, and I no longer care).
19
20EOF
21}
22
7autoconf::run_script(); 23autoconf::run_script()
24 and die "\nconfigure failed, check it's output above and autoconf/config.log\n\n";
8 25
9my $mm = MM->new({ 26my $mm = MM->new({
10 dist => { 27 dist => {
11 PREOP => 'pod2text AIO.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 28 PREOP => 'pod2text AIO.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
12 COMPRESS => 'gzip -9v', 29 COMPRESS => 'gzip -9v',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines