mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
bed8ef6924
fixed Do-rpm to accept command-line options for easier testing/local RPM build BUILD/compile-pentium-max: add enable-thread-safe-client Build-tools/Do-rpm: make configurable from command line support-files/mysql.spec.sh: add mysqld.sym and mysqld-max.sym to the RPM
13 lines
253 B
Bash
Executable file
13 lines
253 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium_cflags $fast_cflags"
|
|
extra_configs="$pentium_configs"
|
|
strip=yes
|
|
|
|
extra_configs="$extra_configs --with-innodb --with-berkeley-db \
|
|
--enable-thread-safe-client"
|
|
|
|
. "$path/FINISH.sh"
|