mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Merge stella.local:/home2/mydev/mysql-5.1-amain
into stella.local:/home2/mydev/mysql-5.1-axmrg configure.in: Auto merged mysql-test/r/partition.result: Auto merged mysql-test/t/partition.test: Auto merged sql/item_func.cc: Auto merged
This commit is contained in:
commit
b4ecaf07c4
17 changed files with 371 additions and 79 deletions
13
configure.in
13
configure.in
|
|
@ -1750,7 +1750,18 @@ then
|
|||
LDFLAGS="$LDFLAGS -rdynamic"
|
||||
AC_MSG_RESULT("-rdynamic")
|
||||
else
|
||||
AC_MSG_RESULT("none")
|
||||
case "$SYSTEM_TYPE$with_mysqld_ldflags " in
|
||||
*freebsd*"-all-static "*|*dragonfly*"-all-static "*)
|
||||
AC_MSG_RESULT("none")
|
||||
;;
|
||||
*freebsd*|*dragonfly*)
|
||||
MYSQLD_EXTRA_LDFLAGS="$MYSQLD_EXTRA_LDFLAGS -export-dynamic"
|
||||
AC_MSG_RESULT("-export-dynamic")
|
||||
;;
|
||||
*)
|
||||
AC_MSG_RESULT("none")
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue