diff options
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-all-build-steps | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps index a5b1457e359..232231619a3 100755 --- a/Build-tools/Do-all-build-steps +++ b/Build-tools/Do-all-build-steps @@ -58,7 +58,8 @@ aclocal; autoheader; aclocal; automake; autoconf --with-unix-socket-path=/var/tmp/mysql.sock \ --with-low-memory \ --with-mit-threads=yes $EXTRA_CONFIG \ - --enable-thread-safe-client + --enable-thread-safe-client \ + --without-berkeley-db gmake # --jobs=4 does not work. |