summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorunknown <sasha@work.mysql.com>2000-12-07 18:22:11 +0100
committerunknown <sasha@work.mysql.com>2000-12-07 18:22:11 +0100
commit9ae7f931ce2e0c6894d48ea1eaba10e43f122718 (patch)
tree4a7aa1e7d07bacca8bfc20eb5ead67a7cc646d74 /Build-tools
parent7836013784f754733de6721521505d2bb7b79582 (diff)
downloadmariadb-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-xBuild-tools/Do-all-build-steps3
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.