Loading Build-tools/Do-all-build-steps +6 −14 Original line number Diff line number Diff line Loading @@ -49,29 +49,21 @@ rm -f NEW-RPMS/* # Stop on error set -e # Make everything readable for user and group # chmod -R u+rw,g+rw . /bin/rm -f */.deps/*.P /bin/rm -f config.cache 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 # toplevel why do this? David 990630 # (cd readline; aclocal; autoheader; aclocal; automake; autoconf) (cd bdb/dist && sh s_all) (cd innobase && aclocal && autoheader && aclocal && automake && autoconf) # A normal user starts here. We must use mit-threads. Otherwise it # does not end up in the distribution. # A normal user starts here. We must use mit-threads, bdb and innobase. # Otherwise they does not end up in the distribution. ./configure \ --with-unix-socket-path=/var/tmp/mysql.sock \ --with-low-memory \ --with-mit-threads=yes $EXTRA_CONFIG \ --enable-thread-safe-client \ --without-berkeley-db \ --with-berkeley-db \ --with-innobase-db gmake -j 2 Loading Loading
Build-tools/Do-all-build-steps +6 −14 Original line number Diff line number Diff line Loading @@ -49,29 +49,21 @@ rm -f NEW-RPMS/* # Stop on error set -e # Make everything readable for user and group # chmod -R u+rw,g+rw . /bin/rm -f */.deps/*.P /bin/rm -f config.cache 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 # toplevel why do this? David 990630 # (cd readline; aclocal; autoheader; aclocal; automake; autoconf) (cd bdb/dist && sh s_all) (cd innobase && aclocal && autoheader && aclocal && automake && autoconf) # A normal user starts here. We must use mit-threads. Otherwise it # does not end up in the distribution. # A normal user starts here. We must use mit-threads, bdb and innobase. # Otherwise they does not end up in the distribution. ./configure \ --with-unix-socket-path=/var/tmp/mysql.sock \ --with-low-memory \ --with-mit-threads=yes $EXTRA_CONFIG \ --enable-thread-safe-client \ --without-berkeley-db \ --with-berkeley-db \ --with-innobase-db gmake -j 2 Loading