diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-17 09:34:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-01-17 09:36:39 +0100 |
commit | 5fcc1f9dfa1f9965eaf7adb28755ee88151a79ae (patch) | |
tree | dc35bc2164c15f35b241eba13a9d3a5b4aa62085 /package/p5-image-scale/Makefile | |
parent | b228c48936d1515ede610fa1e67be315c7134b70 (diff) |
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.
Diffstat (limited to 'package/p5-image-scale/Makefile')
-rw-r--r-- | package/p5-image-scale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/p5-image-scale/Makefile b/package/p5-image-scale/Makefile index 3520d5974..1a63a58aa 100644 --- a/package/p5-image-scale/Makefile +++ b/package/p5-image-scale/Makefile @@ -10,7 +10,7 @@ PKG_HASH:= e2dcc90b9954a43dafc7f61bc6dc472382eb719b1046247da5a93cfdd7c3b3e0 PKG_DESCR:= fast, high-quality fixed-point image resizing PKG_SECTION:= dev/perl PKG_DEPENDS:= perl libjpeg-turbo zlib libpng giflib -PKG_BUILDDEP:= perl libjpeg-turbo zlib libpng giflib +PKG_BUILDDEP:= perl-host perl libjpeg-turbo zlib libpng giflib PKG_SITES:= http://cpan.metacpan.org/authors/id/A/AG/AGRUNDMA/ DISTFILES:= Image-Scale-${PKG_VERSION}.tar.gz |