8edc5f9999
Fixes /exit when using gnutls 3.2. This is a temporary solution as 3.1 isn't building right now. The next release of weechat will include this fix.
16 lines
545 B
Diff
16 lines
545 B
Diff
diff --git a/src/gui/curses/CMakeLists.txt b/src/gui/curses/CMakeLists.txt
|
|
index 325c611..a8927bc 100644
|
|
--- a/src/gui/curses/CMakeLists.txt
|
|
+++ b/src/gui/curses/CMakeLists.txt
|
|
@@ -53,9 +53,7 @@ IF(${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
|
|
ENDIF(HAVE_BACKTRACE)
|
|
ENDIF(${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
|
|
|
|
-IF(${CMAKE_SYSTEM_NAME} STREQUAL "OpenBSD")
|
|
- LIST(APPEND EXTRA_LIBS "pthread")
|
|
-ENDIF(${CMAKE_SYSTEM_NAME} STREQUAL "OpenBSD")
|
|
+LIST(APPEND EXTRA_LIBS "pthread")
|
|
|
|
IF(ICONV_LIBRARY)
|
|
LIST(APPEND EXTRA_LIBS ${ICONV_LIBRARY})
|
|
|