summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-06-14 16:42:53 +0200
committerBart Ribbers <bribbers@disroot.org>2021-06-14 16:43:11 +0200
commite93b4b09affaaa68a459cbfffbcf9c375bb93a6e (patch)
tree7837e1d09e743067349b6bb331bbe0c96832128b
parenta1d280418cf836b25202ce6378c3ff11e333d852 (diff)
community/libselinux: temporarily allow textrels on riscv64
-rw-r--r--community/libselinux/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/libselinux/APKBUILD b/community/libselinux/APKBUILD
index d65a170e435..4a3d0d4d3de 100644
--- a/community/libselinux/APKBUILD
+++ b/community/libselinux/APKBUILD
@@ -13,6 +13,7 @@ source="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/rele
musl.patch
"
+[ "$CARCH" = "riscv64" ] && options="textrels"
build() {
make PCRE_LDLIBS="-lpcre -lfts"