mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 19:25:53 +02:00
CMake: Fix standard system libraries linking on Solaris 10 + gcc
This commit is contained in:
@@ -56,7 +56,7 @@ if (CMAKE_SYSTEM MATCHES "SunOS")
|
||||
add_definitions( -DPOCO_OS_FAMILY_UNIX )
|
||||
# Standard 'must be' defines
|
||||
add_definitions( -D_XOPEN_SOURCE=500 -D_REENTRANT -D_THREAD_SAFE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 )
|
||||
set(SYSLIBS std15D pthread rt nsl dl socket)
|
||||
set(SYSLIBS pthread socket xnet nsl resolv rt dl)
|
||||
endif(CMAKE_SYSTEM MATCHES "SunOS")
|
||||
|
||||
if (CMAKE_COMPILER_IS_MINGW)
|
||||
|
Reference in New Issue
Block a user