From 392c08ecdd0e212cd8f7bf90a4b2d5fbe699177f Mon Sep 17 00:00:00 2001 From: click Date: Mon, 27 Dec 2010 09:53:22 +0100 Subject: Buildsystem: Revert revision 4fb5181d88 (removes -lcrypto from worldserver/authserver linking, this SHOULD be handled -properly- by the OpenSSL-package already. --HG-- branch : trunk --- src/server/authserver/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/authserver') diff --git a/src/server/authserver/CMakeLists.txt b/src/server/authserver/CMakeLists.txt index 4b811316560..3a862d607ef 100644 --- a/src/server/authserver/CMakeLists.txt +++ b/src/server/authserver/CMakeLists.txt @@ -75,7 +75,7 @@ if( NOT WIN32 ) endif() if( UNIX ) - set(authserver_LINK_FLAGS "-pthread -lcrypto ${authserver_LINK_FLAGS}") + set(authserver_LINK_FLAGS "-pthread ${authserver_LINK_FLAGS}") endif() if( CMAKE_SYSTEM_NAME MATCHES "Darwin" ) -- cgit v1.2.3