mariadb/netware/BUILD/compile-netware-standard

24 lines
256 B
Text
Raw Normal View History

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