Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] perl: bump to version 5.18.2
@ 2014-01-08 12:27 Francois Perrad
  2014-01-08 12:27 ` [Buildroot] [PATCH 2/2] perl-cross: workaround with PERL5LIB no longer needed Francois Perrad
  2014-01-08 21:36 ` [Buildroot] [PATCH 1/2] perl: bump to version 5.18.2 Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Francois Perrad @ 2014-01-08 12:27 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/perl/perl.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/perl/perl.mk b/package/perl/perl.mk
index 1c7df9b..bf8eac2 100644
--- a/package/perl/perl.mk
+++ b/package/perl/perl.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 PERL_VERSION_MAJOR = 18
-PERL_VERSION = 5.$(PERL_VERSION_MAJOR).1
+PERL_VERSION = 5.$(PERL_VERSION_MAJOR).2
 PERL_SITE = http://www.cpan.org/src/5.0
 PERL_SOURCE = perl-$(PERL_VERSION).tar.bz2
 PERL_LICENSE = Artistic or GPLv1+
@@ -85,7 +85,7 @@ endef
 # perlcross's miniperl_top forgets base, which is required by mktables.
 # Instead of patching, it's easier to just set PERL5LIB
 define PERL_BUILD_CMDS
-	PERL5LIB=$(@D)/dist/base/lib $(MAKE1) -C $(@D) perl modules
+	PERL5LIB=$(@D)/dist/base/lib $(MAKE1) -C $(@D) all
 endef
 
 define PERL_INSTALL_STAGING_CMDS
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-01-28 21:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-08 12:27 [Buildroot] [PATCH 1/2] perl: bump to version 5.18.2 Francois Perrad
2014-01-08 12:27 ` [Buildroot] [PATCH 2/2] perl-cross: workaround with PERL5LIB no longer needed Francois Perrad
2014-01-08 21:36 ` [Buildroot] [PATCH 1/2] perl: bump to version 5.18.2 Peter Korsgaard
2014-01-09  8:14   ` François Perrad
2014-01-28 21:18     ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox