configure.in:

  added flag on sun forte, -instances=static
  (check is only made for "non-gcc", hopefully enough)
parent 29ab7097
......@@ -975,7 +975,7 @@ case $SYSTEM_TYPE-$MACHINE_TYPE-$ac_cv_prog_gcc in
CXXFLAGS="$CXXFLAGS -DBIG_TABLES"
;;
# workaround for Sun Forte compile problem for ndb
*solaris2.10*-sparc-no)
*solaris2.*-no)
ndb_cxxflags_fix="$ndb_cxxflags_fix -instances=static"
;;
*) ;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment