--- Linux-AIO/Makefile.PL 2001/08/14 03:18:53 1.1 +++ Linux-AIO/Makefile.PL 2001/08/14 04:32:19 1.2 @@ -1,6 +1,6 @@ use ExtUtils::MakeMaker; -WriteMakefile( +my $mm = MM->new({ dist => { PREOP => 'pod2text AIO.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', COMPRESS => 'gzip -9v', @@ -8,7 +8,7 @@ }, NAME => "Linux::AIO", VERSION_FROM => "AIO.pm", -); +}); sub MY::postamble { <{CCDLFLAGS}, $mm->{CCCDLFLAGS}, @{$mm->{RESULT}}) { + s/\B-f(pic|PIC)\b//g +} + +$mm->flush;