mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
WL#2286 - Compile MySQL w/YASSL support
Fix for compilation failure with Forte Developer C++.
This commit is contained in:
parent
b720c6e535
commit
367017d630
2 changed files with 8 additions and 1 deletions
|
|
@ -117,6 +117,13 @@ case "$target" in
|
|||
CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";;
|
||||
esac
|
||||
|
||||
# must go in pair with AR as set by MYSQL_CHECK_AR
|
||||
if test -z "$ARFLAGS"
|
||||
then
|
||||
ARFLAGS="cru"
|
||||
fi
|
||||
AC_SUBST(ARFLAGS)
|
||||
|
||||
AC_OUTPUT(Makefile os/Makefile ut/Makefile btr/Makefile dnl
|
||||
buf/Makefile data/Makefile dnl
|
||||
dict/Makefile dyn/Makefile dnl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue