make this build on SunOS/Solaris
This commit is contained in:
committed by
moneromooo-monero
parent
f48aeab5c4
commit
a17efcb039
3
external/miniupnpc/CMakeLists.txt
vendored
3
external/miniupnpc/CMakeLists.txt
vendored
@@ -36,6 +36,9 @@ if (NOT WIN32)
|
||||
# add_definitions (-D_POSIX_C_SOURCE=200112L)
|
||||
add_definitions (-D_XOPEN_SOURCE=600)
|
||||
endif (NOT CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND NOT CMAKE_SYSTEM_NAME STREQUAL "FreeBSD" AND NOT CMAKE_SYSTEM_NAME STREQUAL "DragonFly")
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "(SunOS|Solaris)")
|
||||
add_definitions (-D__EXTENSIONS__ -std=c99)
|
||||
endif ()
|
||||
else (NOT WIN32)
|
||||
add_definitions (-D_WIN32_WINNT=0x0501) # XP or higher for getnameinfo and friends
|
||||
endif (NOT WIN32)
|
||||
|
||||
Reference in New Issue
Block a user