mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 06:17:14 +02:00
testing/qoi: allow textrels on riscv64
This commit is contained in:
parent
8063fd2942
commit
cdfdb772ea
@ -15,6 +15,12 @@ source="https://github.com/phoboslab/qoi/archive/$_commit.tar.gz"
|
|||||||
builddir="$srcdir/qoi-$_commit"
|
builddir="$srcdir/qoi-$_commit"
|
||||||
options="!check" # no tests
|
options="!check" # no tests
|
||||||
|
|
||||||
|
case "$CARCH" in
|
||||||
|
riscv64)
|
||||||
|
options="$options textrels"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
# pass through ldflags, single-file
|
# pass through ldflags, single-file
|
||||||
make CFLAGS="$CFLAGS $LDFLAGS" qoiconv
|
make CFLAGS="$CFLAGS $LDFLAGS" qoiconv
|
||||||
|
Loading…
Reference in New Issue
Block a user