mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
12 lines
201 B
Text
12 lines
201 B
Text
|
#! /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"
|