mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
155823ad51
Remember filename for temporary files created with mkstemp Fixed wrongly allocated BDB share structure Cleanups for SunPRO
10 lines
545 B
Text
Executable file
10 lines
545 B
Text
Executable file
AM_MAKEFLAGS="-j 2"
|
|
make -k clean
|
|
/bin/rm -f */.deps/*.P config.cache
|
|
|
|
aclocal; autoheader; aclocal; automake; autoconf
|
|
|
|
export PATH=/usr/local/pgcc/bin:$PATH
|
|
CFLAGS="-O6 -mpentiumpro -fomit-frame-pointer -mstack-align-double" CXX=gcc CXXFLAGS="-O6 -mpentiumpro -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti -mstack-align-double" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex --enable-thread-safe-client
|
|
make -j 2
|
|
strip sql/mysqld
|