summaryrefslogtreecommitdiff
path: root/BUILD/compile-solaris-amd64
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-10-16 01:07:06 +0200
committerSergei Golubchik <serg@mariadb.org>2015-11-16 07:55:55 +0100
commit4165961d54c7047f9574982edeb55885884d27a9 (patch)
tree1c35387c066c9e26220ade546e761ccaed07f76e /BUILD/compile-solaris-amd64
parent0dfa0eef596ee677b55976793d632dc9b36928c7 (diff)
downloadmariadb-git-4165961d54c7047f9574982edeb55885884d27a9.tar.gz
disable innodb on sol10-64
because buildbot config invokes BUILD/compile-solaris-amd64 with the --extra-args=--without-plugin-innodb argument, but BUILD/compile-solaris-amd64 doesn't take arguments and doesn't invoke configure.pl, so this extra-args is lost.
Diffstat (limited to 'BUILD/compile-solaris-amd64')
-rwxr-xr-xBUILD/compile-solaris-amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-solaris-amd64 b/BUILD/compile-solaris-amd64
index 8b032309beb..b24c1460dc4 100755
--- a/BUILD/compile-solaris-amd64
+++ b/BUILD/compile-solaris-amd64
@@ -3,6 +3,6 @@
export LDFLAGS='-m64 -lmtmalloc -R/usr/sfw/lib/64'
export CFLAGS='-mtune=i386 -D__sun -m64 -mtune=athlon64'
export CXXFLAGS='-mtune=i386 -D__sun -m64 -mtune=athlon64'
-cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/mysql -DWITH_EXTRA_CHARSETS=complex -DWITH_READLINE=ON -DWITH_SSL=bundled -DWITH_MAX=ON -DWITH_EMBEDDED_SERVER=ON -DWITH_ZLIB=bundled
+cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/mysql -DWITH_EXTRA_CHARSETS=complex -DWITH_READLINE=ON -DWITH_SSL=bundled -DWITH_MAX=ON -DWITH_EMBEDDED_SERVER=ON -DWITH_ZLIB=bundled -DPLUGIN_INNOBASE=NO
gmake -j6 VERBOSE=1