testing/checksec-rs: allow textrels on riscv64

This commit is contained in:
Andy Postnikov 2023-05-01 15:12:12 +02:00
parent ad8f52bd8b
commit 05fddc16f4

View File

@ -11,6 +11,10 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/etke/checksec.rs/archive/ref
builddir="$srcdir/checksec.rs-$pkgver"
options="net"
case "$CARCH" in
riscv64) options="$options textrels" ;;
esac
prepare() {
default_prepare