summaryrefslogtreecommitdiff
path: root/ext/POSIX/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'ext/POSIX/Makefile.PL')
-rw-r--r--ext/POSIX/Makefile.PL6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/POSIX/Makefile.PL b/ext/POSIX/Makefile.PL
index 3717a0a2a7..4a7eb9af73 100644
--- a/ext/POSIX/Makefile.PL
+++ b/ext/POSIX/Makefile.PL
@@ -1,2 +1,6 @@
use ExtUtils::MakeMaker;
-WriteMakefile(LIBS => ["-lm -lposix -lcposix"]);
+WriteMakefile(
+ LIBS => ["-lm -lposix -lcposix"],
+ MAN3PODS => ' ', # Pods will be built by installman.
+ XSPROTOARG => '-noprototypes', # XXX remove later?
+);