testing/qoi: allow textrels on riscv64

This commit is contained in:
psykose 2023-03-17 06:20:27 +00:00
parent 8063fd2942
commit cdfdb772ea

View File

@ -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