Skip to content
Snippets Groups Projects
Commit af2c37ae authored by alice's avatar alice
Browse files

main/jq: allow textrels on riscv64

parent a61c5da6
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,12 @@ builddir="$srcdir/$pkgname-$pkgname-$pkgver"
# 1.6_rc1-r0:
# - CVE-2016-4074
case "$CARCH" in
riscv64)
options="$options textrels"
;;
esac
prepare() {
default_prepare
autoreconf -fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment