mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/checksec-rs: allow textrels on riscv64
This commit is contained in:
parent
ad8f52bd8b
commit
05fddc16f4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user