summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-06-08 19:24:41 -0600
committersasha@mysql.sashanet.com <>2001-06-08 19:24:41 -0600
commit24f89c754ae9d7b8c40c7ae89857ce5d928fad9e (patch)
treef46251fc12dc5ff80de5c799174f04ad0fc2487d /BUILD
parent3aafd368a4ecf7264fa30fa5d9a3915da4aaa18b (diff)
downloadmariadb-git-24f89c754ae9d7b8c40c7ae89857ce5d928fad9e.tar.gz
auto-magic replication redirection logic support in the client,
compiles, passes test suite, does magic, has bugs, but none that I know at this point. Have not tested everything yet, though. Changed a lot of code in the client, but normal stuff appears to be working.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD/SETUP.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index 778625e9e75..cf5405565b8 100644
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -52,7 +52,8 @@ 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"
+base_configs="--prefix=/usr/local/mysql --enable-assembler --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-all-static \
+ --with-client-ldflags=-all-static"
alpha_configs="" # Not used yet
pentium_configs=""
sparc_configs=""