aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ecl
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-10-19 05:04:02 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-10-19 05:04:02 +0000
commit7470c025864d4bb8f03c0e289004e399d262c967 (patch)
treee8df2e87c2883afa765fa6b2a611461a1a9a787b /testing/ecl
parentcf39c245136940b29a2ee8e31484918d89c14f66 (diff)
downloadaports-7470c025864d4bb8f03c0e289004e399d262c967.tar.bz2
aports-7470c025864d4bb8f03c0e289004e399d262c967.tar.xz
testing/ecl: disable broken parallel make
Diffstat (limited to 'testing/ecl')
-rw-r--r--testing/ecl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ecl/APKBUILD b/testing/ecl/APKBUILD
index ce0b37b61c..ed3305e768 100644
--- a/testing/ecl/APKBUILD
+++ b/testing/ecl/APKBUILD
@@ -23,7 +23,7 @@ build() {
--localstatedir=/var/state/ecl \
--enable-boehm=system \
--with-cxx
- make
+ make -j1
}
package() {