Do-all-build-steps We build with BerkeleyDB now, too.
Build-tools/Do-all-build-steps: We build with BerkeleyDB now, too.
This commit is contained in:
parent
c60c6f3a36
commit
e3dc55a839
@ -37,7 +37,7 @@ bk export $BD
|
|||||||
cd "$BD"
|
cd "$BD"
|
||||||
chmod -R u+rw,g+rw .
|
chmod -R u+rw,g+rw .
|
||||||
|
|
||||||
#Make it easy to remove an old build
|
# Make it easy to remove an old build
|
||||||
umask 002
|
umask 002
|
||||||
|
|
||||||
CC=$cc CXX=$ccc
|
CC=$cc CXX=$ccc
|
||||||
@ -49,29 +49,21 @@ rm -f NEW-RPMS/*
|
|||||||
# Stop on error
|
# Stop on error
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Make everything readable for user and group
|
|
||||||
# chmod -R u+rw,g+rw .
|
|
||||||
|
|
||||||
/bin/rm -f */.deps/*.P
|
/bin/rm -f */.deps/*.P
|
||||||
/bin/rm -f config.cache
|
/bin/rm -f config.cache
|
||||||
|
|
||||||
aclocal; autoheader; aclocal; automake; autoconf
|
aclocal; autoheader; aclocal; automake; autoconf
|
||||||
cd innobase
|
(cd bdb/dist && sh s_all)
|
||||||
aclocal; autoheader; aclocal; automake; autoconf
|
(cd innobase && aclocal && autoheader && aclocal && automake && autoconf)
|
||||||
cd ..
|
|
||||||
|
|
||||||
# Since we have moved the configure.in stuff from readline to the
|
# A normal user starts here. We must use mit-threads, bdb and innobase.
|
||||||
# toplevel why do this? David 990630
|
# Otherwise they does not end up in the distribution.
|
||||||
# (cd readline; aclocal; autoheader; aclocal; automake; autoconf)
|
|
||||||
|
|
||||||
# A normal user starts here. We must use mit-threads. Otherwise it
|
|
||||||
# does not end up in the distribution.
|
|
||||||
./configure \
|
./configure \
|
||||||
--with-unix-socket-path=/var/tmp/mysql.sock \
|
--with-unix-socket-path=/var/tmp/mysql.sock \
|
||||||
--with-low-memory \
|
--with-low-memory \
|
||||||
--with-mit-threads=yes $EXTRA_CONFIG \
|
--with-mit-threads=yes $EXTRA_CONFIG \
|
||||||
--enable-thread-safe-client \
|
--enable-thread-safe-client \
|
||||||
--without-berkeley-db \
|
--with-berkeley-db \
|
||||||
--with-innobase-db
|
--with-innobase-db
|
||||||
|
|
||||||
gmake -j 2
|
gmake -j 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user