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