diff options
author | sasha@work.mysql.com <> | 2000-12-07 18:22:11 +0100 |
---|---|---|
committer | sasha@work.mysql.com <> | 2000-12-07 18:22:11 +0100 |
commit | 6da57fd82684a4332a82167859159c047c381afe (patch) | |
tree | 4a7aa1e7d07bacca8bfc20eb5ead67a7cc646d74 /Build-tools | |
parent | 8ce6b647ac9f052f5c3a5adc5bba8d6139336a46 (diff) | |
download | mariadb-git-6da57fd82684a4332a82167859159c047c381afe.tar.gz |
Do-all-build-steps added --without-berkeley-db
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. |