From: Felix Fietkau Date: Sun, 13 Jan 2013 08:59:58 +0000 (+0100) Subject: use libm with cyassl X-Git-Url: http://git.openwrt.org/?p=project%2Fustream-ssl.git;a=commitdiff_plain;h=4b9b0031cce397ab2945b664d6df9f3ac4ddb3f6 use libm with cyassl Signed-off-by: Felix Fietkau --- diff --git a/CMakeLists.txt b/CMakeLists.txt index dd0a70c..20f10d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ IF(APPLE) ENDIF() IF (CYASSL) - SET(SSL_LIB cyassl) + SET(SSL_LIB cyassl m) ELSE() SET(SSL_LIB crypto ssl) ENDIF()