summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-11-18 23:13:48 +0200
committermonty@donna.mysql.com <>2000-11-18 23:13:48 +0200
commitb31d0768794e964852562c0ba307e6eea35f101b (patch)
tree287897ebd815b64a05c0ca7076beccd5245a2f8d /BUILD
parent23dc1a6b8568eab379492213be67d11c99522eca (diff)
downloadmariadb-git-b31d0768794e964852562c0ba307e6eea35f101b.tar.gz
Fixed some reported bugs
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-alpha-cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD/compile-alpha-cxx b/BUILD/compile-alpha-cxx
index 7f982652f6c..82a9ee87cd1 100755
--- a/BUILD/compile-alpha-cxx
+++ b/BUILD/compile-alpha-cxx
@@ -4,7 +4,8 @@ make -k clean
/bin/rm -f config.cache mysql-*.tar.gz
aclocal; autoheader; aclocal; automake; autoconf
-CC=ccc CFLAGS="-fast" CXX=cxx CXXFLAGS="-fast -noexceptions -nortti" ./configure --prefix=/usr/local/mysql --disable-shared --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-all-static
+CC=ccc CFLAGS="-fast" CXX=cxx CXXFLAGS="-fast -noexceptions -nortti" ./configure --prefix=/usr/local/mysql --disable-shared --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-non_shared --with-client-ldflags=-non_shared
+
make
rm */.deps/*
make