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
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
2 additions and
0 deletions
-
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 |
|
|
|