mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / netware / BUILD / compile-netware-standard
blob76a776a1da35d132b7b1426295d5fb30f1b7e324
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="standard"
15 extra_configs=" \
16 --with-innodb \
17 --enable-thread-safe-client \
18 --with-archive-storage-engine \
21 . $path/compile-netware-END