mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/bearssl: fix rootbld
can't rely on stuff like "$PWD/src"
This commit is contained in:
parent
96690b70bb
commit
32ca40dcef
@ -15,7 +15,7 @@ source="
|
||||
bearssl.pc
|
||||
"
|
||||
|
||||
builddir=$PWD/src/BearSSL-${_pkgcommit:0:7}
|
||||
builddir="$srcdir"/BearSSL-${_pkgcommit:0:7}
|
||||
|
||||
build() {
|
||||
make -j${JOBS} \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user