aboutsummaryrefslogtreecommitdiffstats
path: root/community/radare2
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-04-17 11:24:31 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2019-04-17 11:24:31 +0200
commit8cda20d1104fe2a5fc88a8abe20445818c2fca6c (patch)
tree50ebb37b004e00e3b77b21afe003ff9dd9f5ae5c /community/radare2
parenta6447b134db0e3aed9b55742d9e83c04bd614651 (diff)
downloadaports-8cda20d1104fe2a5fc88a8abe20445818c2fca6c.tar.bz2
aports-8cda20d1104fe2a5fc88a8abe20445818c2fca6c.tar.xz
community/radare2: disable parallel build
See: https://github.com/radare/radare2/issues/13765
Diffstat (limited to 'community/radare2')
-rw-r--r--community/radare2/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/radare2/APKBUILD b/community/radare2/APKBUILD
index b333da1a2e..741dddb8a3 100644
--- a/community/radare2/APKBUILD
+++ b/community/radare2/APKBUILD
@@ -33,7 +33,7 @@ build() {
--with-syscapstone \
--with-openssl \
--with-syszip
- make HAVE_LIBVERSION=1
+ make -j1 HAVE_LIBVERSION=1
}
package() {