This commit fixes the following compiler error.
error: no member named 'mem_fun_ref' in namespace 'std'
and linker warning
Warning: Linking the shared library libsqbindings.la against the
static library libclang_rt.builtins-aarch64-android.a is not portable!
Some packages have issues with parallel builds and need to set
TERMUX_MAKE_PROCESSES=1. All other build variables that package
recipes set are prefixed with TERMUX_PKG, use that for MAKE_PROCESSES
as well for consistency.
%ci:no-build
Commit af18f1dac0b5 ("scripts: start_build: create libpthread and
librt as well") added helper libs so that packages that try to find
these libs can do so.
%ci:no-build