mariadb/netware/BUILD/compile-netware-standard

23 lines
223 B
Text
Raw Normal View History

#! /bin/sh
# debug
#set -x
# stop on errors
set -e
path=`dirname $0`
. $path/compile-netware-START
suffix="standard"
extra_configs=" \
--with-innodb \
--enable-thread-safe-client \
"
. $path/compile-netware-END