mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
14 lines
147 B
Bash
14 lines
147 B
Bash
#! /bin/sh
|
|
|
|
path=`dirname $0`
|
|
. $path/compile-netware-START
|
|
|
|
suffix="standard"
|
|
|
|
extra_configs=" \
|
|
--with-innodb
|
|
"
|
|
|
|
. $path/compile-netware-END
|
|
|
|
|