diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-04-20 14:49:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-24 22:50:36 +0100 |
commit | 345de20815a0bdc8c8acdfeb7d8796e27f825ddc (patch) | |
tree | 423b2302e0a02a433b97b3696bb678e8720154aa /meta/recipes-devtools/perl/perl-5.12.2/perl-enable-gdbm.patch | |
parent | 4ffd8a2d7224803eba152c9dbc0f7e0f837931bc (diff) | |
download | poky-345de20815a0bdc8c8acdfeb7d8796e27f825ddc.tar.gz |
perl-5.12.2: use of PERLHOSTLIB var fix
PERLHOSTLIB var is used to build target perl. It let perl use the native
perl .so module files at the time of compilation of target perl.
These changes to perl make the PERLHOSTLIB variable also useful for
building perl modules to use native .so perl module.
(From OE-Core rev: f4d51e63c0df777bbcbe9ad160eb3ba41ae74c6e)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl-5.12.2/perl-enable-gdbm.patch')
-rw-r--r-- | meta/recipes-devtools/perl/perl-5.12.2/perl-enable-gdbm.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl-5.12.2/perl-enable-gdbm.patch b/meta/recipes-devtools/perl/perl-5.12.2/perl-enable-gdbm.patch index c0874c372d..aa83fca5ae 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/perl-enable-gdbm.patch +++ b/meta/recipes-devtools/perl/perl-5.12.2/perl-enable-gdbm.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status:Inappropriate [embedded specific] | ||
2 | |||
1 | Index: perl-5.8.8/config_h.SH | 3 | Index: perl-5.8.8/config_h.SH |
2 | =================================================================== | 4 | =================================================================== |
3 | --- perl-5.8.8.orig/config_h.SH 2005-11-01 02:13:05.000000000 +0800 | 5 | --- perl-5.8.8.orig/config_h.SH 2005-11-01 02:13:05.000000000 +0800 |