From: Vsevolod Stakhov Date: Wed, 17 Dec 2014 16:46:17 +0000 (+0000) Subject: Link siphash library. X-Git-Tag: 0.8.0~78^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d2c51cad95d3a1d4874da7513c498fcc605996b;p=thirdparty%2Frspamd.git Link siphash library. --- diff --git a/src/libutil/CMakeLists.txt b/src/libutil/CMakeLists.txt index 03c6e81aab..724112dd29 100644 --- a/src/libutil/CMakeLists.txt +++ b/src/libutil/CMakeLists.txt @@ -31,6 +31,7 @@ TARGET_LINK_LIBRARIES(rspamd-util ottery) TARGET_LINK_LIBRARIES(rspamd-util rspamd-http-parser) TARGET_LINK_LIBRARIES(rspamd-util event) TARGET_LINK_LIBRARIES(rspamd-util xxhash) +TARGET_LINK_LIBRARIES(rspamd-util siphash) TARGET_LINK_LIBRARIES(rspamd-util rdns) IF(OPENSSL_FOUND) TARGET_LINK_LIBRARIES(rspamd-util ${OPENSSL_LIBRARIES})