index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/qt5-base/PKGBUILD | 11 |
diff --git a/extra/qt5-base/PKGBUILD b/extra/qt5-base/PKGBUILD index 0934cf81..a5a0a8e6 100644 --- a/extra/qt5-base/PKGBUILD +++ b/extra/qt5-base/PKGBUILD @@ -7,17 +7,6 @@ if [ "$CARCH" = 'i486' -o "$CARCH" = 'i686' ]; then )" fi -# ignore mariadb on i486 (for now) -if [ "$CARCH" = 'i486' ]; then - makedepends=(${makedepends[@]//mariadb-libs/}) - eval "$( - declare -f build | \ - sed ' - /-plugin-sql-/s/mysql,// - ' - )" -fi - # enable XCB explicitely for now on i486 (rather fail early than to # get weird startup messages of Qt5 applications hours later) if [ "$CARCH" = 'i486' ]; then |