mariadb/netware/BUILD/compile-netware-standard

24 lines
256 B
Text
Raw Normal View History

2003-03-03 23:04:36 -05:00
#! /bin/sh
# debug
#set -x
# stop on errors
set -e
2003-03-03 23:04:36 -05:00
path=`dirname $0`
. $path/compile-netware-START
suffix="standard"
extra_configs=" \
--with-innodb \
2004-05-25 22:00:14 +03:00
--enable-thread-safe-client \
2004-07-01 17:26:45 +03:00
--with-archive-storage-engine \
2003-03-03 23:04:36 -05:00
"
. $path/compile-netware-END