mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
12 lines
224 B
Bash
12 lines
224 B
Bash
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
|
|
extra_flags="$pentium_cflags $fast_cflags"
|
|
extra_configs="$pentium_configs"
|
|
strip=yes
|
|
|
|
extra_configs="$extra_configs --with-innobase --with-berkeley-db"
|
|
|
|
. "$path/FINISH.sh"
|