From ad1a1ca65eabdfe1881619f0f9640cbf7f79d18d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Fri, 22 Apr 2016 13:09:54 +0000 Subject: - Followup to last commit: - Don't parallelise the perl build as libdummy.so must be built before building {cpan,ext}/. - Iteratively append ${PKG_CFLAGS_CONFIGURE} to ccflags when building perl as environment variables aren't considered by the configure script. - Add missing build step `build_dir' to build.usage. - Force the perk prefix to /usr rather than the default value of /usr/local. --- build.vars | 1 + 1 file changed, 1 insertion(+) (limited to 'build.vars') diff --git a/build.vars b/build.vars index 9ba26faf..e5deedd1 100644 --- a/build.vars +++ b/build.vars @@ -275,6 +275,7 @@ export PATH="${PREFIX}/bin${PATH:+:${PATH}}"; : ${PKG_PERL_SHA256SUM:=2b475d0849d54c4250e9cba4241b7b7291cffb45dfd083b677ca7b5d38118f27}; : ${PKG_PERL_URL:=http://www.cpan.org/src/5.0/perl-${PKG_PERL_VERSION}.tar.gz}; : ${PKG_PERL_CONFIGURE_ARGS:="-A ccflags=-I${PREFIX_LVL3}/include --sysroot=${PREFIX_LVL3} --target=x86_64-nt64-midipix"}; +: ${PKG_PERL_MAKEFLAGS_BUILD:=-j1}; : ${PKG_RSYNC_VERSION:=3.1.2}; : ${PKG_RSYNC_SHA256SUM:=ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2}; : ${PKG_RSYNC_URL:=https://download.samba.org/pub/rsync/src/rsync-${PKG_RSYNC_VERSION}.tar.gz}; -- cgit v1.2.3