mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Removed file include/getopt.h and added missing files to
include/Makefile.am to resolve broken dependencies in "make distcheck" Added -DHAVE_BROKEN_REALPATH to the Mac OS X (darwin) compile options in configure.in BitKeeper/deleted/.del-getopt.h~a9ae679fa84f395: Delete: include/getopt.h configure.in: Added -DHAVE_BROKEN_REALPATH to the Mac OS X (darwin) compile options this reportedly increases the stability under high load include/Makefile.am: added my_getopt.h, rijndael.h, sha1.h, my_aes.h to resolve broken distribution dependencies
This commit is contained in:
parent
eed135a94f
commit
bbb47a1c83
3 changed files with 4 additions and 155 deletions
|
|
@ -925,7 +925,7 @@ case $SYSTEM_TYPE in
|
|||
*darwin*)
|
||||
if test "$ac_cv_prog_gcc" = "yes"
|
||||
then
|
||||
CFLAGS="$CFLAGS -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ"
|
||||
CFLAGS="$CFLAGS -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DHAVE_BROKEN_REALPATH"
|
||||
CXXFLAGS="$CXXFLAGS -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ"
|
||||
MAX_C_OPTIMIZE="-O"
|
||||
with_named_curses=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue