Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/libreoffice-still/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libreoffice-still/PKGBUILD')
-rw-r--r--extra/libreoffice-still/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/libreoffice-still/PKGBUILD b/extra/libreoffice-still/PKGBUILD
index 0f70119b..9d0822a1 100644
--- a/extra/libreoffice-still/PKGBUILD
+++ b/extra/libreoffice-still/PKGBUILD
@@ -17,3 +17,11 @@ fi
if [ "$CARCH" = 'i486' ]; then
makedepends=(${makedepends[@]//plasma-framework/})
fi
+
+# no LTO
+eval "$(
+ declare -f build | \
+ sed '
+ s/--enable-lto/--disable-lto/
+ '
+)"