summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Walsh <leif.walsh@gmail.com>2014-10-03 11:39:59 -0400
committerLeif Walsh <leif.walsh@gmail.com>2014-10-03 11:39:59 -0400
commitebe12128152238d3f13f1225746c668942da1271 (patch)
treed60e6590e84fba21c597e3b95823ad37504c1f81
parent29afd999fdfc5505bdc98471c1c0c61f3e6ac42b (diff)
parent4a8b0cb082381510961564682629d038be9af9b0 (diff)
downloadmariadb-git-ebe12128152238d3f13f1225746c668942da1271.tar.gz
Merge branch 'bugs/599'
-rw-r--r--cmake_modules/TokuSetupCompiler.cmake2
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 ()