mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
11 lines
149 B
Text
11 lines
149 B
Text
|
#! /bin/sh
|
||
|
|
||
|
path=`dirname $0`
|
||
|
. "$path/SETUP.sh"
|
||
|
|
||
|
extra_flags="$ppc_cflags $fast_cflags"
|
||
|
extra_configs="$static_link"
|
||
|
strip=yes
|
||
|
|
||
|
. "$path/FINISH.sh"
|