mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Portability fixes.
BitKeeper/deleted/.del-configure.in~c6fc04d4e3d6e291: Delete: libmysql/configure.in BitKeeper/deleted/.del-db_ext.h~a1e210bbd0de0a48: Delete: bdb/include/db_ext.h BitKeeper/deleted/.del-mutex_ext.h~f20f47ddc346598b: Delete: bdb/include/mutex_ext.h Build-tools/Do-all-build-steps: Portability fix (-j 2 doesn't always work) configure.in: Added extra compiler options for libmysqld (required for HPUX) libmysql/Makefile.am: Added extra compiler options for libmysqld (required for HPUX) libmysql_r/Makefile.am: Added extra compiler options for libmysqld (required for HPUX) sql/log_event.cc: Removed warning
This commit is contained in:
parent
78b58fcac5
commit
b9e1b930f7
8 changed files with 13 additions and 473 deletions
|
|
@ -18,7 +18,7 @@ to_host=`hostname`
|
|||
cc=gcc
|
||||
ccc=gcc
|
||||
EXTRA_CONFIG="--without-perl"
|
||||
AM_MAKEFLAGS="-j 2"
|
||||
#AM_MAKEFLAGS="-j 2"
|
||||
echo "Building on $to_host"
|
||||
|
||||
rm -rf $BD/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue