summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-max
diff options
context:
space:
mode:
authorunknown <mysqldev@mysql.com>2004-05-26 21:39:15 +0200
committerunknown <mysqldev@mysql.com>2004-05-26 21:39:15 +0200
commit436386671fd927548d90ac31e4d09cb984ca6892 (patch)
tree65eb31b1a61f547e0ffb120c4148e77d87a5043d /BUILD/compile-pentium-max
parent5fe72df8fd23a5b5f6938a9e559e916594b78449 (diff)
downloadmariadb-git-436386671fd927548d90ac31e4d09cb984ca6892.tar.gz
logging_ok:
Logging to logging@openlogging.org accepted compile-pentium-max: changed --with-ndbcluster to --without-ndbcluster because it fails on 4.1 builds BUILD/compile-pentium-max: changed --with-ndbcluster to --without-ndbcluster because it fails on 4.1 builds BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'BUILD/compile-pentium-max')
-rwxr-xr-xBUILD/compile-pentium-max7
1 files changed, 6 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-max b/BUILD/compile-pentium-max
index caf657a2049..5deedf7ac37 100755
--- a/BUILD/compile-pentium-max
+++ b/BUILD/compile-pentium-max
@@ -7,8 +7,13 @@ extra_flags="$pentium_cflags $fast_cflags -g"
extra_configs="$pentium_configs"
#strip=yes
+#extra_configs="$extra_configs --with-innodb --with-berkeley-db \
+# --with-embedded-server --enable-thread-safe-client \
+# --with-openssl --with-vio --with-raid --with-ndbcluster"
+# removed per discussion with Brian and Sanja because it makes Bootstrap
+# fail
extra_configs="$extra_configs --with-innodb --with-berkeley-db \
--with-embedded-server --enable-thread-safe-client \
- --with-openssl --with-vio --with-raid --with-ndbcluster"
+ --with-openssl --with-vio --with-raid --without-ndbcluster"
. "$path/FINISH.sh"