diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-04-05 06:29:53 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-04-05 06:29:53 +0000 |
commit | 38156d3b6c2372933ff6d290cba23eb6fc288000 (patch) | |
tree | 576f520c5db5761787c971cef7914bd84692e090 /packages/perl/perl-5.8.4/Makefile.patch | |
parent | 64a8af80d3f598b8c31dd3d9f2d4c5968e53c797 (diff) |
perl: Rearrange the patches/files a bit. Move the 5.8.4 specific
patches out of the common directory and only specify common files in
the SRC_URI in perl.inc, move the others to the version specific
.bb's.
Diffstat (limited to 'packages/perl/perl-5.8.4/Makefile.patch')
-rw-r--r-- | packages/perl/perl-5.8.4/Makefile.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/perl/perl-5.8.4/Makefile.patch b/packages/perl/perl-5.8.4/Makefile.patch new file mode 100644 index 0000000000..eec127643b --- /dev/null +++ b/packages/perl/perl-5.8.4/Makefile.patch @@ -0,0 +1,23 @@ +*** ./Cross/Makefile 2004-01-12 13:44:01.000000000 -0700 +--- ./Cross/Makefile.patch 2004-08-03 16:34:18.000000000 -0700 +*************** +*** 58,66 **** + $(TOPDIR)/generate_config_sh config.sh-$(SYS) > $(TOPDIR)/../config.sh + cd $(TOPDIR)/.. ; ./Configure -S ; make depend ; make ; make more + cd $(TOPDIR)/.. ; mkdir -p fake_config_library ; cp lib/Config.pm fake_config_library +! cd $(TOPDIR)/.. ; $(MAKE) more2 "PERLRUN=/usr/bin/perl -I$(TOPDIR)/../fake_config_library -MConfig" +! cd $(TOPDIR)/.. ; $(MAKE) more3 "PERLRUN=/usr/bin/perl -I$(TOPDIR)/../fake_config_library -MConfig" +! cd $(TOPDIR)/.. ; $(MAKE) more4 "PERLRUN=/usr/bin/perl -I$(TOPDIR)/../fake_config_library -MConfig" + cd $(TOPDIR)/.. ; rm -rf install_me_here + cd $(TOPDIR)/.. ; make install-strip + cd $(TOPDIR)/.. ; sh -x Cross/warp +--- 58,66 ---- + $(TOPDIR)/generate_config_sh config.sh-$(SYS) > $(TOPDIR)/../config.sh + cd $(TOPDIR)/.. ; ./Configure -S ; make depend ; make ; make more + cd $(TOPDIR)/.. ; mkdir -p fake_config_library ; cp lib/Config.pm fake_config_library +! cd $(TOPDIR)/.. ; $(MAKE) more2 "PERLRUN=hostperl -I$(TOPDIR)/../fake_config_library -MConfig" +! cd $(TOPDIR)/.. ; $(MAKE) more3 "PERLRUN=hostperl -I$(TOPDIR)/../fake_config_library -MConfig" +! cd $(TOPDIR)/.. ; $(MAKE) more4 "PERLRUN=hostperl -I$(TOPDIR)/../fake_config_library -MConfig" + cd $(TOPDIR)/.. ; rm -rf install_me_here + cd $(TOPDIR)/.. ; make install-strip + cd $(TOPDIR)/.. ; sh -x Cross/warp |