diff options
author | unknown <sasha@work.mysql.com> | 2000-12-07 18:22:11 +0100 |
---|---|---|
committer | unknown <sasha@work.mysql.com> | 2000-12-07 18:22:11 +0100 |
commit | 9ae7f931ce2e0c6894d48ea1eaba10e43f122718 (patch) | |
tree | 4a7aa1e7d07bacca8bfc20eb5ead67a7cc646d74 /Build-tools | |
parent | 7836013784f754733de6721521505d2bb7b79582 (diff) | |
download | mariadb-git-9ae7f931ce2e0c6894d48ea1eaba10e43f122718.tar.gz |
Do-all-build-steps added --without-berkeley-db
Build-tools/Do-all-build-steps:
added --without-berkeley-db
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
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. |