perl 5.8.8: Patch MakeMaker in perl-native to check for PERL_INC in the
authorJamie Lenehan <lenehan@twibble.org>
Wed, 30 May 2007 06:55:33 +0000 (06:55 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Wed, 30 May 2007 06:55:33 +0000 (06:55 +0000)
commit39611c22b7715ebba0f61c7a32a237373243d699
treefb48cba1963c436294d1f7490f5655a269b5138c
parentb6b6af9be48002cb4a978aa93a827d1b6d11efad
perl 5.8.8: Patch MakeMaker in perl-native to check for PERL_INC in the
environment and use that instead of the configured location of PERL_INC.
Without this PERL_INC for non-native recipes ends up pointing at where the
headers will be located on the target. In theory we could override this in
cpan class when calling build.PL but for some packages, such as
libxml-parser-perl, that only fixes the top-level makefile and is not
propagated to the sub-makefiles. This change results in MakeMaker always
picking up the correct staged location of the include files without
effecting where they expect to be found on the target.
classes/cpan.bbclass
packages/perl/perl-5.8.8/native-perlinc.patch [new file with mode: 0644]
packages/perl/perl-native_5.8.8.bb