aports/community/nmail/cmake-openssl.patch

11 lines
478 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -242,7 +242,7 @@
# Linking
target_link_libraries(nmail PUBLIC
- ${CURSES_LIBRARIES} ${OPENSSL_SSL_LIBRARY} ${SQLite3_LIBRARIES}
+ ${CURSES_LIBRARIES} ${OPENSSL_LIBRARIES} ${SQLite3_LIBRARIES}
${XAPIAN_LIBRARIES} ${LIBETPAN_LIBRARY} ${CYRUS_SASL_LIBRARY}
${MAGIC_LIBRARY} ${LIBUUID_LIBRARIES}
pthread ${CMAKE_DL_LIBS})