mariadb/netware/BUILD/compile-netware-max

24 lines
227 B
Text
Raw Normal View History

#! /bin/sh
# debug
#set -x
# stop on errors
set -e
path=`dirname $0`
. $path/compile-netware-START
suffix="max"
extra_configs=" \
--with-innodb \
--with-embedded-server \
--with-ssl \
"
. $path/compile-netware-END