openblas: avoid using make -j when building

Set MAKE_NB_JOBS=-1 so that no -j parameter is passed to make when
building the package, honoring the parent make's setting.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
Eneas U de Queiroz 2021-10-06 16:26:23 -03:00
parent 7ff29af4fd
commit bf99bfbadb
No known key found for this signature in database
GPG Key ID: 5FB9FAF260B80AEA
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ MAKE_FLAGS += \
HOSTCC=$(HOSTCC_NOCACHE) \
CROSS_SUFFIX=$(TARGET_CROSS) \
BINARY=$(OPENBLAS_BINARY) \
MAKE_NB_JOBS=-1 \
NUM_THREADS=2 \
PREFIX=/usr \
COMMON_OPT="" \