commit f4f2673: [Minor] Try to fix Debian linking issue
Vsevolod Stakhov
vsevolod at highsecure.ru
Fri May 17 11:00:05 UTC 2019
Author: Vsevolod Stakhov
Date: 2019-05-17 11:56:48 +0100
URL: https://github.com/rspamd/rspamd/commit/f4f267324294e440aca5d9002f1a801072dc9909 (HEAD -> master)
[Minor] Try to fix Debian linking issue
---
src/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f755779e6..3e6abd4e8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -220,6 +220,7 @@ IF(NOT DEBIAN_BUILD)
SET_TARGET_PROPERTIES(rspamd PROPERTIES VERSION ${RSPAMD_VERSION})
ENDIF(NOT DEBIAN_BUILD)
+TARGET_LINK_LIBRARIES(rspamd ${RSPAMD_REQUIRED_LIBRARIES})
TARGET_LINK_LIBRARIES(rspamd rspamd-server)
INSTALL(TARGETS rspamd RUNTIME DESTINATION bin)
More information about the Commits
mailing list