mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
FT-599 switched from _SVID_SOURCE to _DEFAULT_SOURCE
Newer libc doesn't like _SVID_SOURCE: https://sourceware.org/ml/libc-alpha/2013-12/msg00652.html
This commit is contained in:
parent
23fa603320
commit
4a8b0cb082
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ add_c_defines(
|
||||||
if (NOT CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
|
if (NOT CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
|
||||||
## on FreeBSD these types of macros actually remove functionality
|
## on FreeBSD these types of macros actually remove functionality
|
||||||
add_c_defines(
|
add_c_defines(
|
||||||
_SVID_SOURCE
|
_DEFAULT_SOURCE
|
||||||
_XOPEN_SOURCE=600
|
_XOPEN_SOURCE=600
|
||||||
)
|
)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
Loading…
Reference in a new issue