diff options
author | Leif Walsh <leif.walsh@gmail.com> | 2014-10-03 11:39:59 -0400 |
---|---|---|
committer | Leif Walsh <leif.walsh@gmail.com> | 2014-10-03 11:39:59 -0400 |
commit | ebe12128152238d3f13f1225746c668942da1271 (patch) | |
tree | d60e6590e84fba21c597e3b95823ad37504c1f81 | |
parent | 29afd999fdfc5505bdc98471c1c0c61f3e6ac42b (diff) | |
parent | 4a8b0cb082381510961564682629d038be9af9b0 (diff) | |
download | mariadb-git-ebe12128152238d3f13f1225746c668942da1271.tar.gz |
Merge branch 'bugs/599'
-rw-r--r-- | cmake_modules/TokuSetupCompiler.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake_modules/TokuSetupCompiler.cmake b/cmake_modules/TokuSetupCompiler.cmake index 4b8a600f141..986af09affb 100644 --- a/cmake_modules/TokuSetupCompiler.cmake +++ b/cmake_modules/TokuSetupCompiler.cmake @@ -17,7 +17,7 @@ add_c_defines( if (NOT CMAKE_SYSTEM_NAME STREQUAL FreeBSD) ## on FreeBSD these types of macros actually remove functionality add_c_defines( - _SVID_SOURCE + _DEFAULT_SOURCE _XOPEN_SOURCE=600 ) endif () |