summaryrefslogtreecommitdiffstats
path: root/source/ap/mysql
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/mysql')
-rwxr-xr-xsource/ap/mysql/mysql-embedded.build3
-rwxr-xr-xsource/ap/mysql/mysql.SlackBuild2
2 files changed, 2 insertions, 3 deletions
diff --git a/source/ap/mysql/mysql-embedded.build b/source/ap/mysql/mysql-embedded.build
index 2ac77f314..004bb30d6 100755
--- a/source/ap/mysql/mysql-embedded.build
+++ b/source/ap/mysql/mysql-embedded.build
@@ -52,8 +52,7 @@ CFLAGS="$SLKCFLAGS -fPIC" CXXFLAGS="$SLKCFLAGS -fPIC" \
--datadir=/usr/share --sysconfdir=/etc/mysql \
--libexecdir=/usr/sbin --localstatedir=/var/lib/mysql \
--without-docs --without-man --without-server \
- --with-embedded-server --without-innodb \
- --without-berkeley-db --without-row-based-replication \
+ --with-embedded-server \
--without-readline --disable-shared --with-charset=utf8 \
--without-debug --with-pthread --without-ssl --without-query-cache \
--without-geometry --with-pic
diff --git a/source/ap/mysql/mysql.SlackBuild b/source/ap/mysql/mysql.SlackBuild
index cf846ffe1..ce149a156 100755
--- a/source/ap/mysql/mysql.SlackBuild
+++ b/source/ap/mysql/mysql.SlackBuild
@@ -26,7 +26,7 @@
VERSION=${VERSION:-$(echo mysql-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then