mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-04 08:55:20 +02:00
11 lines
478 B
Diff
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})
|