mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 08:44:33 +01:00
ndb - (backport from 4.1)
Fix weird link error on sol9x86 - use incremental linker configure.in: Fix weird link error on sol9x86 - use incremental linker
This commit is contained in:
parent
d54b72c9fc
commit
01e1ca9f67
1 changed files with 9 additions and 0 deletions
|
@ -2954,6 +2954,15 @@ EOF
|
|||
AC_CONFIG_SUBDIRS(innobase)
|
||||
fi
|
||||
|
||||
case $SYSTEM_TYPE-$MACHINE_TYPE-$ac_cv_prog_gcc-$have_ndbcluster in
|
||||
*solaris*-i?86-no-yes)
|
||||
# ndb fail for whatever strange reason to link Sun Forte/x86
|
||||
# unless using incremental linker
|
||||
CXXFLAGS="$CXXFLAGS -xildon"
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
||||
|
||||
if test X"$have_ndbcluster" = Xyes
|
||||
then
|
||||
if test X"$mysql_cv_compress" != Xyes
|
||||
|
|
Loading…
Add table
Reference in a new issue