Browse Source

boinc: use only 1 make job

Should fix issue where some libs not found during link time.
master
Leonid Plyushch 5 years ago
parent
commit
293528317e
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 2
      packages/boinc/build.sh

2
packages/boinc/build.sh

@ -9,6 +9,8 @@ TERMUX_PKG_DEPENDS="libandroid-shmem, libc++, libcurl, openssl, zlib"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_NO_STATICSPLIT=true
TERMUX_MAKE_PROCESSES=1
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--disable-server
--enable-client

Loading…
Cancel
Save