mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
fix BUILD/compile-solaris-amd64 to produce working binaries
This commit is contained in:
parent
e7c4e6d870
commit
a784d62dae
1 changed files with 5 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
# used for sol10-64 builder in buildbot, don't use it elsewhere
|
||||
export LDFLAGS='-m64'
|
||||
export CFLAGS='-D__sun -m64 -mtune=athlon64'
|
||||
export CXXFLAGS='-D__sun -m64 -mtune=athlon64'
|
||||
cmake -DBUILD_CONFIG=mysql_release -DWITH_JEMALLOC=NO .
|
||||
gmake -j6
|
||||
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_JEMALLOC=NO
|
||||
gmake -j6 VERBOSE=1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue