summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-30 20:04:09 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-30 20:04:09 +0200
commitd4814dcb1091e6fb47efa3ca96628b96121013ac (patch)
treeb26d8c9a2f147d644b1ee889b0d49cb407bc9119
parentaddce492b724fb29582b4c735f40986f93effed2 (diff)
downloadpackages-d4814dcb1091e6fb47efa3ca96628b96121013ac.tar.xz
extra/qt5-base: readded mariadb for i486
-rw-r--r--extra/qt5-base/PKGBUILD11
1 files changed, 0 insertions, 11 deletions
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