diff options
author | sasha@mysql.sashanet.com <> | 2000-12-07 10:23:17 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2000-12-07 10:23:17 -0700 |
commit | f56ed9d13654f8154210f9ff91588c70c9c6831d (patch) | |
tree | acf1cc45829e15c6611747ba633f743a13ae0af4 /Build-tools/Do-all-build-steps | |
parent | a0093edf09188eb9ef7409323bfdb5f477545856 (diff) | |
parent | 6da57fd82684a4332a82167859159c047c381afe (diff) | |
download | mariadb-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-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 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. |