diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-04 14:56:21 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-24 00:45:25 +0300 |
commit | 652b665d0b6a7f7a71405ee4568a487ffc516fa8 (patch) | |
tree | 9cc1fca12ceda15e5ec5e6c31ac38c6fc7d1f98d /recipes/perl/perl-5.10.1/installperl.patch | |
parent | 5ae979b0ab285bc06fdd51c133379e91bea7de34 (diff) |
perl: add version 5.10.1
Brings perl up to date.
Biggest packaging change - make use of Debian patchset as whole. OE used
lots of Debian patches anyway and the overall setup is very similar. So
instead of picking and messing with individual patches it's far more
easier to just use Debian's diff.gz as a whole.
Added with masked preference, since it needs more testing. Currently it
was only compiled and ran on i686.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl/perl-5.10.1/installperl.patch')
-rw-r--r-- | recipes/perl/perl-5.10.1/installperl.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/perl/perl-5.10.1/installperl.patch b/recipes/perl/perl-5.10.1/installperl.patch new file mode 100644 index 0000000000..91b6c49d7e --- /dev/null +++ b/recipes/perl/perl-5.10.1/installperl.patch @@ -0,0 +1,15 @@ +Index: perl-5.10.1/installperl +=================================================================== +--- perl-5.10.1.orig/installperl 2009-08-14 02:40:10.000000000 +0400 ++++ perl-5.10.1/installperl 2010-02-12 19:04:04.000000000 +0300 +@@ -3,8 +3,8 @@ + BEGIN { + require 5.004; + chdir '..' if !-d 'lib' and -d '../lib'; +- @INC = 'lib'; +- $ENV{PERL5LIB} = 'lib'; ++# @INC = 'lib'; ++# $ENV{PERL5LIB} = 'lib'; + + # This needs to be at BEGIN time, before any use of Config + require './install_lib.pl'; |