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

community/pdns: allow textrels on riscv64

parent 6faa2cbc
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,12 @@ ppc64le|riscv64)
;;
esac
case "$CARCH" in
riscv64)
options="$options textrels"
;;
esac
# secfixes:
# 4.6.1-r0:
# - CVE-2022-27227
......
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