summaryrefslogtreecommitdiffhomepage
path: root/build.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-04-22 13:09:54 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-04-22 13:09:54 +0000
commitad1a1ca65eabdfe1881619f0f9640cbf7f79d18d (patch)
tree4dc7e356de59476705931b9c8016cdd05cadeefe /build.vars
parent15af12934ba6acb4bf38345ef33e3fdd4d946ae1 (diff)
downloadmidipix_build-ad1a1ca65eabdfe1881619f0f9640cbf7f79d18d.tar.bz2
midipix_build-ad1a1ca65eabdfe1881619f0f9640cbf7f79d18d.tar.xz
- 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.
Diffstat (limited to 'build.vars')
-rw-r--r--build.vars1
1 files changed, 1 insertions, 0 deletions
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};