mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
8 lines
182 B
Bash
8 lines
182 B
Bash
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
extra_flags="$amd64_cflags $fast_cflags -g"
|
|
extra_configs="$amd64_configs $max_configs --with-ndb-sci=/opt/DIS"
|
|
|
|
. "$path/FINISH.sh"
|