From 5fcc1f9dfa1f9965eaf7adb28755ee88151a79ae Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 17 Jan 2016 09:34:34 +0100 Subject: use perl-cross for perl5 The direct cross-compilation of perl requires some pre-generated config files. It is a mess on perl updates. Buildroot is happy with perl-cross, so I switch now. Perl-host is still required for perl-modules to compile. --- mk/perl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mk/perl.mk') diff --git a/mk/perl.mk b/mk/perl.mk index 6d8b623d0..9ee9c1540 100644 --- a/mk/perl.mk +++ b/mk/perl.mk @@ -1,4 +1,4 @@ -PERL_VERSION=5.18.1 +PERL_VERSION=5.22.1 PERL_ARCHNAME:=$(ADK_TARGET_ARCH)-linux PERL_SITEDIR:=/usr/lib/perl5/site_perl/$(PERL_VERSION) PERL_INCDIR:=/usr/lib/perl5/$(PERL_VERSION)/$(PERL_ARCHNAME)/CORE -- cgit v1.2.3