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:
parent
f67a67e7ad
commit
28255e6bba
1 changed files with 1 additions and 1 deletions
|
@ -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}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue