mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
11 lines
201 B
Bash
11 lines
201 B
Bash
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium_cflags $fast_cflags $wsrep_cflags"
|
|
extra_configs="$pentium_configs $wsrep_configs --with-wsrep"
|
|
|
|
#strip=yes
|
|
|
|
. "$path/FINISH.sh"
|