diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-04-20 14:49:41 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-04-22 22:03:59 -0700 |
commit | f4d51e63c0df777bbcbe9ad160eb3ba41ae74c6e (patch) | |
tree | 9a19426ac2c07f0418850cd6a432a8e74c3d47a4 /meta/recipes-devtools/perl/perl-5.12.2/generate-sh.patch | |
parent | 8f6436b25a96594d09c64c7ba20a045cb1f8d18a (diff) | |
download | openembedded-core-f4d51e63c0df777bbcbe9ad160eb3ba41ae74c6e.tar.gz openembedded-core-f4d51e63c0df777bbcbe9ad160eb3ba41ae74c6e.tar.bz2 openembedded-core-f4d51e63c0df777bbcbe9ad160eb3ba41ae74c6e.zip |
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.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/perl/perl-5.12.2/generate-sh.patch')
-rw-r--r-- | meta/recipes-devtools/perl/perl-5.12.2/generate-sh.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl-5.12.2/generate-sh.patch b/meta/recipes-devtools/perl/perl-5.12.2/generate-sh.patch index ceb74196d6..47f91c56d3 100644 --- a/meta/recipes-devtools/perl/perl-5.12.2/generate-sh.patch +++ b/meta/recipes-devtools/perl/perl-5.12.2/generate-sh.patch @@ -1,3 +1,5 @@ +Upstream-Status:Inappropriate [embedded specific] + Use the ld flags from the supplied configuration file. For sh we need the flags that specify to build PIC code so that the shared libraries work. |