mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
10 lines
188 B
Text
10 lines
188 B
Text
|
#! /bin/sh
|
||
|
|
||
|
path=`dirname $0`
|
||
|
. "$path/SETUP.sh"
|
||
|
|
||
|
extra_flags="$amd64_cflags $fast_cflags -g $wsrep_cflags"
|
||
|
extra_configs="$amd64_configs $wsrep_configs --with-wsrep"
|
||
|
|
||
|
. "$path/FINISH.sh"
|