mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
10 lines
149 B
Bash
Executable file
10 lines
149 B
Bash
Executable file
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$ppc_cflags $fast_cflags"
|
|
extra_configs="$static_link"
|
|
strip=yes
|
|
|
|
. "$path/FINISH.sh"
|