From c82ef1ee8ff8de8701ebd80d2aeda01c2a1fa85e Mon Sep 17 00:00:00 2001 From: orignal Date: Fri, 4 Dec 2015 13:19:08 -0500 Subject: [PATCH] link against openssl for Mac OS X --- Makefile.osx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.osx b/Makefile.osx index 7af2247b..809a7ccc 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -1,9 +1,9 @@ CXX = clang++ -CXXFLAGS = -g -Wall -std=c++11 -DCRYPTOPP_DISABLE_ASM -DMAC_OSX -#CXXFLAGS = -g -O2 -Wall -std=c++11 -DCRYPTOPP_DISABLE_ASM +CXXFLAGS = -g -Wall -std=c++11 -DMAC_OSX +#CXXFLAGS = -g -O2 -Wall -std=c++11 INCFLAGS = -I/usr/local/include LDFLAGS = -Wl,-rpath,/usr/local/lib -L/usr/local/lib -LDLIBS = -lcryptopp -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_program_options -lpthread +LDLIBS = -lz -lcrypto -lssl -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_program_options -lpthread ifeq ($(USE_UPNP),1) LDFLAGS += -ldl