diff options
Diffstat (limited to 'source/ap/mysql/mysql-embedded.build')
-rwxr-xr-x | source/ap/mysql/mysql-embedded.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/ap/mysql/mysql-embedded.build b/source/ap/mysql/mysql-embedded.build index 2ac77f31..004bb30d 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 |