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. --- package/p5-tie-refhash/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/p5-tie-refhash') diff --git a/package/p5-tie-refhash/Makefile b/package/p5-tie-refhash/Makefile index 4e58086b1..2fe9bc7b3 100644 --- a/package/p5-tie-refhash/Makefile +++ b/package/p5-tie-refhash/Makefile @@ -10,7 +10,7 @@ PKG_HASH:= b0b80ef571e7dadb726b8214f7352a932a8fa82af29072895aa1aadc89f48bec PKG_DESCR:= use references as hash keys PKG_SECTION:= dev/perl PKG_DEPENDS:= perl -PKG_BUILDDEP:= perl +PKG_BUILDDEP:= perl-host perl PKG_SITES:= http://cpan.metacpan.org/authors/id/F/FL/FLORA/ DISTFILES:= Tie-RefHash-${PKG_VERSION}.tar.gz -- cgit v1.2.3