mirror of
https://github.com/MariaDB/server.git
synced 2025-10-28 17:15:19 +03:00
10 lines
156 B
Bash
Executable File
10 lines
156 B
Bash
Executable File
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium_cflags"
|
|
extra_configs="$pentium_configs --without-berkeley-db"
|
|
|
|
. "$path/FINISH.sh"
|