X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FPOSIX%2FMakefile.PL;h=bc1dda9387b3ea18453284025977878efd83fa6b;hb=4e61ee4d2394e4b120037f733150ee6041bf95f2;hp=4a7eb9af733943c81dec219082d2d6ed81c1657a;hpb=4ad3186eb5319bf0399d911b0a1f7d45dbe377c8;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/POSIX/Makefile.PL b/ext/POSIX/Makefile.PL index 4a7eb9a..bc1dda9 100644 --- a/ext/POSIX/Makefile.PL +++ b/ext/POSIX/Makefile.PL @@ -1,6 +1,8 @@ use ExtUtils::MakeMaker; WriteMakefile( - LIBS => ["-lm -lposix -lcposix"], + NAME => 'POSIX', + ($^O eq 'MSWin32' ? () : (LIBS => ["-lm -lposix -lcposix"])), MAN3PODS => ' ', # Pods will be built by installman. XSPROTOARG => '-noprototypes', # XXX remove later? + VERSION_FROM => 'POSIX.pm', );