diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-04-17 11:24:31 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-04-17 11:24:31 +0200 |
commit | 8cda20d1104fe2a5fc88a8abe20445818c2fca6c (patch) | |
tree | 50ebb37b004e00e3b77b21afe003ff9dd9f5ae5c /community/radare2 | |
parent | a6447b134db0e3aed9b55742d9e83c04bd614651 (diff) | |
download | aports-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/APKBUILD | 2 |
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() { |