aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/calceph/disable-gnu-source.diff
blob: 185490b02d1c9f0f91c3adeb757b70964c4f9388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a1cb297..9448623 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -147,8 +147,10 @@ IF ("${CMAKE_C_COMPILER_ID}" STREQUAL "Intel")
   MESSAGE(STATUS "Add the option '-fp-model precise' for the Intel compilers")
   string(APPEND CMAKE_C_FLAGS " -fp-model precise ")
 ENDIF ()
+if(NOT ANDROID)
 # Define for the function strod_l
 string(APPEND CMAKE_C_FLAGS " -D_GNU_SOURCE=1 ")
+endif()
 # Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2).
 string(APPEND CMAKE_C_FLAGS " -D_LARGEFILE_SOURCE=1 ")
 string(APPEND CMAKE_C_FLAGS " -D_LARGE_FILES=1 ")