summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-10-13 00:04:51 +0200
committerSergey Vojtovich <svoj@mariadb.org>2015-10-15 12:23:04 +0200
commit199378028430dd8e84ec10b111851d255000c2f1 (patch)
treeac48f5cccc37e77bef013f2b8ff1fae73b5198af /BUILD
parent7454f1c54cd310455ecc49a5c9af82fad96be66f (diff)
downloadmariadb-git-199378028430dd8e84ec10b111851d255000c2f1.tar.gz
fix build on sol10-64
Diffstat (limited to 'BUILD')
-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 2ae8ff333e8..8b032309beb 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
+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
gmake -j6 VERBOSE=1