index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/qt5-base/PKGBUILD | 7 |
diff --git a/extra/qt5-base/PKGBUILD b/extra/qt5-base/PKGBUILD index 1a79f2de..7b301389 100644 --- a/extra/qt5-base/PKGBUILD +++ b/extra/qt5-base/PKGBUILD @@ -18,7 +18,12 @@ if [ "$CARCH" = 'i486' ]; then )" fi -# no LTO on 486 slaves, they die with out-of-memory +# no LTO on i486 +if [ "$CARCH" = 'i486' ]; then + sed -i ' + 1i options=(!lto) + ' PKGBUILD +fi if [ "$CARCH" = 'i486' ]; then eval "$( declare -f build | \ |