From 414bfe106936c6bbeae47e1bd361e94a473ae394 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 8 Jul 2022 19:11:27 +0200 Subject: extra/libreoffice-still: --disable-lto --- extra/libreoffice-still/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'extra/libreoffice-still') 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/ + ' +)" -- cgit v1.2.3-54-g00ecf