2001-04-04 12:44:06 -06:00
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
path=`dirname $0`
|
|
|
|
. "$path/SETUP.sh"
|
|
|
|
|
2003-01-21 21:07:59 +02:00
|
|
|
extra_flags="$pentium_cflags $fast_cflags -g"
|
2001-04-04 12:44:06 -06:00
|
|
|
extra_configs="$pentium_configs"
|
2003-01-21 21:07:59 +02:00
|
|
|
#strip=yes
|
2001-04-04 12:44:06 -06:00
|
|
|
|
2001-09-03 13:09:08 -06:00
|
|
|
extra_configs="$extra_configs --with-innodb --with-berkeley-db \
|
2002-05-03 12:31:25 +02:00
|
|
|
--with-embedded-server --enable-thread-safe-client \
|
2004-06-14 21:17:28 +02:00
|
|
|
--with-openssl --with-vio --with-raid --with-ndbcluster"
|
2001-04-04 12:44:06 -06:00
|
|
|
|
|
|
|
. "$path/FINISH.sh"
|