mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
85323eda8a
- Removed files specific to compiling on OS/2 - Removed files specific to SCO Unix packaging - Removed "libmysqld/copyright", text is included in documentation - Removed LaTeX headers for NDB Doxygen documentation - Removed obsolete NDB files - Removed "mkisofs" binaries - Removed the "cvs2cl.pl" script - Changed a few GPL texts to use "program" instead of "library"
11 lines
270 B
Bash
Executable file
11 lines
270 B
Bash
Executable file
#!/bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
extra_flags="$amd64_cflags -D__sun -m64 -mtune=athlon64 $debug_cflags"
|
|
extra_configs="$amd64_configs $debug_configs $max_configs --with-libevent"
|
|
|
|
LDFLAGS="-lmtmalloc -R/usr/sfw/lib/64"
|
|
export LDFLAGS
|
|
|
|
. "$path/FINISH.sh"
|