index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-07-08 19:11:27 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-07-08 19:11:27 +0200 |
commit | 414bfe106936c6bbeae47e1bd361e94a473ae394 (patch) | |
tree | e9605fe93d26af0a965c72e0601bfb5c33217f54 /extra | |
parent | eeef333e0a8ce195781c898813e38eded299bdaa (diff) |
-rw-r--r-- | extra/libreoffice-still/PKGBUILD | 8 |
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/ + ' +)" |