generic-poky/meta/recipes-devtools/perl/perl-5.14.2
Tom Zanussi d38325cbca perl: add archlib_exp variable used to generate ARCHLIB_EXP in config.h
perl.c uses an ARCHLIB_EXP define to generate compile-time code that
adds the archlibexp path to @INC during run-time initialization of a
new perl interpreter.

Because we've changed this value in a temporary way to make it
possible to use ExtUtils::Embed in the target build (the temporary
value in config.sh gets re-stripped out during packaging), the
ARCHLIB_EXP value that gets generated still uses the temporary version
instead of the original expected version (i.e. becauses it's in the
generated config.h, it doesn't get stripped out during packaging like
the others in config.sh).

This creates an unmodified version called archlib_exp that gets used
by a modified config_h.SH to get the correct value into config.h

This patch uses an unmodified version of archlibexp called
archlib_exp, introduced to config.sh, which is used to generate the
correct value of ARCHLIB_EXP into config.h

Fixes [YOCTO #3099].

(From OE-Core rev: cbcfdeb1d55e2e76f199750bda401bad126ae234)

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-10-10 15:13:40 +01:00
..
debian perl: mark upstream status for all patches 2012-01-03 12:14:33 +00:00
09_fix_installperl.patch perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
Configure-multilib.patch perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
MM_Unix.pm.patch perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
Makefile.SH.patch perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
Makefile.patch perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
asm-pageh-fix.patch perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
config.sh perl: add archlib_exp variable used to generate ARCHLIB_EXP in config.h 2012-10-10 15:13:40 +01:00
config.sh-32 perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
config.sh-32-be perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
config.sh-32-le perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
config.sh-64 perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
config.sh-64-be perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
config.sh-64-le perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
cross-generate_uudmap.patch perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
fix_bad_rpath.patch perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
generate-sh.patch perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
installperl.patch perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
letgcc-find-errno.patch perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
native-nopacklist.patch perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
native-perlinc.patch perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
perl-archlib-exp.patch perl: add archlib_exp variable used to generate ARCHLIB_EXP in config.h 2012-10-10 15:13:40 +01:00
perl-build-in-t-dir.patch perl: Allow perl to cross build and native build in a directory named "t" 2012-06-18 17:33:04 +01:00
perl-configpm-switch.patch perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
perl-configure.sh perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
perl-dynloader.patch perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
perl-enable-gdbm.patch perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
perl-moreconfig.patch perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00