aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaz Brown <iamparadox@netscape.net>2009-08-13 08:40:40 -0400
committerChaz Brown <iamparadox@netscape.net>2009-08-13 08:40:40 -0400
commit5ab3117c0cebd1d1a457e1ae4656ba7c9cbaeec7 (patch)
treeebeacc9df1db3dfec38415572b665928dda73d73
parentc8a3f95836c189f44b049476665db19ec0b59b7e (diff)
Fix libssl in OSX - fix provided by imbecile
--HG-- branch : trunk
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 78f9fad218d..1c8237a562e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -173,7 +173,7 @@ ENDIF(UNIX AND NOT CENTOS)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
IF (CMAKE_SYSTEM_NAME MATCHES "Darwin")
- SET(OSX_LIBS -lcrypto)
+ SET(OSX_LIBS /opt/local/lib/libcrypto.dylib)
add_definitions(-D__ASSERTMACROS__)
ENDIF (CMAKE_SYSTEM_NAME MATCHES "Darwin")