From d4fbe6f23b6af36b9327c0a60b2caba4b173eb3d Mon Sep 17 00:00:00 2001 From: lotodore Date: Fri, 16 May 2008 19:04:12 +0000 Subject: [PATCH] MacOS openssl fix. --- pokerth_game.pro | 2 +- pokerth_server.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 04159de9..3f5e4a61 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -396,7 +396,7 @@ mac{ LIBS += /usr/local/lib/libboost_system-mt-1_35.a LIBS += /usr/local/lib/libboost_iostreams-mt-1_35.a # libraries installed on every mac - LIBS += -lcrypto -lz -lcurl -framework Carbon + LIBS += -lcrypto -lssl -lz -lcurl -framework Carbon # set the application icon RC_FILE = pokerth.icns LIBPATH += /Developer/SDKs/MacOSX10.4u.sdk/usr/lib diff --git a/pokerth_server.pro b/pokerth_server.pro index 059d7e0a..759ea2f7 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -233,7 +233,7 @@ mac{ LIBS += /usr/local/lib/libboost_iostreams-mt-1_35.a LIBS += /usr/local/lib/libboost_program_options-mt-1_35.a # libraries installed on every mac - LIBS += -lcrypto -lz -lcurl -liconv + LIBS += -lcrypto -lssl -lz -lcurl -liconv # set the application icon RC_FILE = pokerth.icns LIBPATH += /Developer/SDKs/MacOSX10.4u.sdk/usr/lib