4
/bin/rm -f */.deps/*.P config.cache
9
# For "optimal" code for this computer add -fast to EXTRA
10
# To compile 64 bit, add -xarch=v9 to EXTRA_64_BIT
12
EXTRA_64_BIT="-xarch=amd64"
16
# The following should not need to be touched
19
export CC CXX CFLAGS CXXFLAGS
20
STD="-g -mt -D_FORTEC_ $EXTRA $EXTRA_64_BIT"
21
ASFLAGS="$EXTRA_64_BIT"
23
CFLAGS="-Xa -xstrconst $STD"
27
--prefix=/usr/local/mysql \
28
--localstatedir=/usr/local/mysql/data \
29
--libexecdir=/usr/local/mysql/bin \
30
--with-extra-charsets=complex \
31
--enable-thread-safe-client \
32
--enable-local-infile \
33
--with-zlib-dir=bundled \
36
--with-archive-storage-engine \
37
--with-named-curses=-lcurses \
40
--with-example-storage-engine \
41
--with-blackhole-storage-engine \
42
--with-federated-storage-engine \
43
--with-csv-storage-engine \
52
test $? = 0 && make test