How to disable generation of perllocal.pod?
Posted: 2007-10-04T20:51:17-07:00
I hope, a clever option can be specified to --with-perl-options=... to disable the generation of the file. Would would it be? Thanks!
Use https://github.com/ImageMagick/ImageMagick/discussions instead.
https://imagemagick.com/discourse-server/
https://imagemagick.com/discourse-server/viewtopic.php?t=9850
Code: Select all
--- Makefile.in 2007-09-21 12:36:48.000000000 -0400
+++ Makefile.in 2007-10-14 15:52:39.000000000 -0400
@@ -10372,4 +10372,4 @@
@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@install-exec-perl: $(PERLMAKEFILE)
-@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@ cd $(PERLMAGICK) && $(MAKE) CC='@CC@' install
+@WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@ cd $(PERLMAGICK) && $(MAKE) CC='@CC@' pure_install