mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
acbf3fa602
new file BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
23 lines
634 B
Bash
23 lines
634 B
Bash
#! /bin/sh
|
|
CMD="\
|
|
AR='mwldnlm' \
|
|
AR_FLAGS='-type library -o' \
|
|
AS='mwasmnlm' \
|
|
CC='mwccnlm -gccincludes' \
|
|
CFLAGS='-dialect c -proc 686 -bool on -relax_pointers -DUSE_OLD_FUNCTIONS' \
|
|
CXX='mwccnlm -gccincludes' \
|
|
CXXFLAGS='-dialect c++ -proc 686 -bool on -relax_pointers' \
|
|
LD='mwldnlm' \
|
|
LDFLAGS='-entry _LibCPrelude -exit _LibCPostlude -flags pseudopreemption' \
|
|
RANLIB=: \
|
|
STRIP=: \
|
|
./configure --host=i686-pc-netware $* \
|
|
--without-docs \
|
|
--enable-local-infile \
|
|
--with-extra-charsets=all \
|
|
--prefix=N:/mysql \
|
|
"
|
|
#rm -f config.cache config.log config.status
|
|
echo $CMD
|
|
eval $CMD
|
|
|