1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/bearssl: fix APKBUILD (no need for -j $JOBS)

This commit is contained in:
Laurent Bercot 2025-04-30 12:39:31 +02:00 committed by Celeste
parent f67a67e7ad
commit 28255e6bba

View file

@ -18,7 +18,7 @@ source="
builddir="$srcdir"/BearSSL-${_pkgcommit:0:7}
build() {
make -j${JOBS} \
make \
CC="${CC:-gcc}" \
CFLAGS="-W -Wall -fPIC $CFLAGS" \
LD="${CC:-gcc}" \