mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / netware / BUILD / compile-netware-max
blobd8278a4e915b1f66d408938f15bfbfe5a5c97a23
1 #! /bin/sh
3 # debug
4 #set -x
6 # stop on errors
7 set -e
10 path=`dirname $0`
11 . $path/compile-netware-START
13 suffix="max"
15 extra_configs=" \
16 --with-innodb \
17 --with-embedded-server \
18 --with-ssl \
21 . $path/compile-netware-END