diff options
author | monty@donna.mysql.com <> | 2001-01-19 04:57:29 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2001-01-19 04:57:29 +0200 |
commit | 038fe2fc5c8b9f3f41782e8194b37850095b4e5c (patch) | |
tree | e6062d0caaa582f6d8fee0a4660b1e970681da48 /BUILD | |
parent | ee3e0a983008931cd064364ee7b7e8a9c29073a9 (diff) | |
download | mariadb-git-038fe2fc5c8b9f3f41782e8194b37850095b4e5c.tar.gz |
Added MYSQL_SERVER_SUFFIX to mysqld
Fixed bug in TRIM
changed strnmov -> strmake
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD/SETUP.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index e778fc34ceb..53082b7bd79 100644 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -26,7 +26,7 @@ debug_cflags="-DEXTRA_DEBUG -DFORCE_INIT_OF_VARS -DSAFEMALLOC -DSAFE_MUTEX -O2" base_cxxflags="-felide-constructors -fno-exceptions -fno-rtti" -base_configs="--prefix=/usr/local/mysql --enable-assembler --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-all-static --disable-shared" +base_configs="--prefix=/usr/local/mysql --enable-assembler --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-all-static" alpha_configs="" # not used yet pentium_configs="" sparc_configs="" |