This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix x2p and utils dependencies for static builds
authorAndy Dougherty <doughera@lafayette.edu>
Wed, 13 Oct 2010 17:27:12 +0000 (13:27 -0400)
committerAndy Dougherty <doughera@lafayette.edu>
Thu, 14 Oct 2010 12:29:43 +0000 (08:29 -0400)
commit939767c9d84f9288c260508432b50879f71e1d3b
tree749772a89363c6cb9d6e7cf28bbd24045e93e764
parent8525cfaee6f338e972e8c944b87855a29a5b67c3
Fix x2p and utils dependencies for static builds

The x2p and utils .PL extractions use the Cwd module, which is not
available in miniperl in a static build.  (For a dynamic build, miniperl
only loads the pure perl portion of Cwd, but building the whole extension
ensures that the pure perl part is correctly built and available.  It might
be cleaner just to always require the full perl.)
Makefile.SH
utils/Makefile
utils/Makefile.SH
x2p/Makefile.SH