index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/qt5-base/PKGBUILD | 10 |
diff --git a/extra/qt5-base/PKGBUILD b/extra/qt5-base/PKGBUILD index a5a0a8e6..b7db1fd6 100644 --- a/extra/qt5-base/PKGBUILD +++ b/extra/qt5-base/PKGBUILD @@ -17,3 +17,13 @@ if [ "$CARCH" = 'i486' ]; then ' )" fi + +# no LTO on 486 slaves, they die with out-of-memory +if [ "$CARCH" = 'i486' ]; then + eval "$( + declare -f build | \ + sed ' + s/\(.*qmake *\)CONFIG+=fat-static-lto\(.*\)/\1 \2/ + ' + )" +fi |