diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b24e930..03963a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -98,7 +98,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "SunOS") | |||
98 | set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_XOPEN_SOURCE=600") | 98 | set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_XOPEN_SOURCE=600") |
99 | set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DBSD_COMP") | 99 | set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DBSD_COMP") |
100 | set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fpic") | 100 | set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fpic") |
101 | set(PLATFORM_LIBS ${PLATFORM_LIBS} nsl socket) | 101 | set(PLATFORM_LIBS ${PLATFORM_LIBS} dl md nsl socket) |
102 | endif() | 102 | endif() |
103 | 103 | ||
104 | add_definitions(-DLIBRESSL_INTERNAL) | 104 | add_definitions(-DLIBRESSL_INTERNAL) |