summaryrefslogtreecommitdiff
path: root/Build-tools/Do-all-build-steps
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2000-12-07 10:23:17 -0700
committersasha@mysql.sashanet.com <>2000-12-07 10:23:17 -0700
commitf56ed9d13654f8154210f9ff91588c70c9c6831d (patch)
treeacf1cc45829e15c6611747ba633f743a13ae0af4 /Build-tools/Do-all-build-steps
parenta0093edf09188eb9ef7409323bfdb5f477545856 (diff)
parent6da57fd82684a4332a82167859159c047c381afe (diff)
downloadmariadb-git-f56ed9d13654f8154210f9ff91588c70c9c6831d.tar.gz
Merge work.mysql.com:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
Diffstat (limited to 'Build-tools/Do-all-build-steps')
-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 8c2be1844a0..ba6b93672ed 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 -j 2 # --jobs=4 does not work.