From 9ae7f931ce2e0c6894d48ea1eaba10e43f122718 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 7 Dec 2000 18:22:11 +0100 Subject: [PATCH] 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 --- BitKeeper/etc/logging_ok | 1 + Build-tools/Do-all-build-steps | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index bc7425784fb..a7418dceb6c 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -1,2 +1,3 @@ jani@prima.mysql.com serg@serg.mysql.com +sasha@work.mysql.com 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.