mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
7f5e51b940
remove: * NDB from everywhere * IM from mtr-v1 * packaging/rpm-oel and packaging/rpm-uln * few unused spec files * plug.in file * .bzrignore
7 lines
178 B
Bash
Executable file
7 lines
178 B
Bash
Executable file
#! /bin/sh
|
|
path=`dirname $0`
|
|
. "$path/SETUP.sh"
|
|
extra_flags="$amd64_cflags -pg -g"
|
|
extra_configs="$amd64_configs $max_configs --disable-shared $static_link"
|
|
|
|
. "$path/FINISH.sh"
|