From: Vsevolod Stakhov Date: Thu, 20 Jun 2013 14:32:54 +0000 (+0100) Subject: Forgotten in the previous commit. X-Git-Tag: 0.6.0~281 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62238026d4230392c8383db90b969cbdc8d4166c;p=thirdparty%2Frspamd.git Forgotten in the previous commit. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fa83ad8666..a062647740 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -328,6 +328,8 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "SunOS") LIST(APPEND CMAKE_REQUIRED_LIBRARIES nsl) LIST(APPEND CMAKE_REQUIRED_LIBRARIES socket) LIST(APPEND CMAKE_REQUIRED_LIBRARIES umem) + # Ugly hack, but FindOpenSSL on Solaris does not link with libcrypto + LIST(APPEND CMAKE_REQUIRED_LIBRARIES crypto) SET(CMAKE_VERBOSE_MAKEFILE ON) SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH FALSE) SET(CMAKE_INSTALL_RPATH "${PREFIX}/lib")