mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
merge
This commit is contained in:
commit
6edd76785c
68 changed files with 286 additions and 259 deletions
|
|
@ -22,6 +22,7 @@ INCLUDE(CheckSymbolExists)
|
|||
SET(TARGET_OS_LINUX 1)
|
||||
SET(HAVE_NPTL 1)
|
||||
SET(_GNU_SOURCE 1)
|
||||
SET(CMAKE_REQUIRED_DEFINITIONS ${CMAKE_REQUIRED_DEFINITIONS} -D_GNU_SOURCE=1)
|
||||
|
||||
# Fix CMake (< 2.8) flags. -rdynamic exports too many symbols.
|
||||
FOREACH(LANG C CXX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue