From 045558bedec17618be265a5a3522c8edf8898b3b Mon Sep 17 00:00:00 2001 From: orignal Date: Sun, 6 Dec 2015 22:48:08 -0500 Subject: [PATCH] correct path to openssl --- Makefile.osx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.osx b/Makefile.osx index 809a7ccc..71f95a7f 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -1,8 +1,8 @@ CXX = clang++ 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 +INCFLAGS = -I/usr/local/include -I/usr/local/ssl/include +LDFLAGS = -Wl,-rpath,/usr/local/lib -L/usr/local/lib -L/usr/local/ssl/lib LDLIBS = -lz -lcrypto -lssl -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_program_options -lpthread ifeq ($(USE_UPNP),1)