mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +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"
|
||||
options="!check" # no tests
|
||||
|
||||
case "$CARCH" in
|
||||
riscv64)
|
||||
options="$options textrels"
|
||||
;;
|
||||
esac
|
||||
|
||||
build() {
|
||||
# pass through ldflags, single-file
|
||||
make CFLAGS="$CFLAGS $LDFLAGS" qoiconv
|
||||
|
Loading…
Reference in New Issue
Block a user