summaryrefslogtreecommitdiff
path: root/core/libunistring
diff options
context:
space:
mode:
Diffstat (limited to 'core/libunistring')
-rw-r--r--core/libunistring/PKGBUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/libunistring/PKGBUILD b/core/libunistring/PKGBUILD
new file mode 100644
index 00000000..7abbc415
--- /dev/null
+++ b/core/libunistring/PKGBUILD
@@ -0,0 +1,13 @@
+# hotfix for FS#63334 (test crashes due to too agressive symbol elimination)
+eval "$(
+ declare -f build | \
+ sed '
+ /configure/ i \
+ export LDFLAGS="-Wl,-O1,--sort-common,-z,relro,-z,now"
+ '
+ declare -f check | \
+ sed '
+ /make/ i \
+ export LDFLAGS="-Wl,-O1,--sort-common,-z,relro,-z,now"
+ '
+)"