mpc: Build with TERMUX_MAKE_PROCESSES=1

This commit is contained in:
Fredrik Fornwall 2018-02-15 17:52:21 +01:00
parent fe9325a6e6
commit 6f06565847

View File

@ -9,3 +9,5 @@ TERMUX_PKG_SHA256=02f1daec902cb48f8cdaa6fe21c7219f6231b091dddbe437a3a4fb12cb07b9
TERMUX_PKG_SRCURL=https://www.musicpd.org/download/mpc/${_MAIN_VERSION}/mpc-${_MAIN_VERSION}.${_PATCH_VERSION}.tar.xz
# Include some useful scripts for editing playlists
TERMUX_PKG_KEEP_SHARE_DOC=yes
# There seems to be issues with sphinx-build when using concurrent builds:
TERMUX_MAKE_PROCESSES=1