mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
23 lines
231 B
Bash
23 lines
231 B
Bash
#! /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-openssl \
|
|
"
|
|
|
|
. $path/compile-netware-END
|
|
|
|
|