aboutsummaryrefslogtreecommitdiff
path: root/makefile.osx
diff options
context:
space:
mode:
authorgavinandresen <gavinandresen@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-10-11 18:23:41 +0000
committergavinandresen <gavinandresen@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-10-11 18:23:41 +0000
commited54768f5f90de73c0349684a38df2667f3deae2 (patch)
tree14319d60c8ea188e5857d054318cf49a611a78bc /makefile.osx
parent83082f04a47d6540f40dd656d1baed54eb17e76b (diff)
downloadbitcoin-ed54768f5f90de73c0349684a38df2667f3deae2.tar.xz
-rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix.
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@165 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'makefile.osx')
-rw-r--r--makefile.osx3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile.osx b/makefile.osx
index 7894d055d2..8924172203 100644
--- a/makefile.osx
+++ b/makefile.osx
@@ -22,9 +22,10 @@ LIBS= -dead_strip \
$(DEPSDIR)/lib/libboost_filesystem.a \
$(DEPSDIR)/lib/libboost_program_options.a \
$(DEPSDIR)/lib/libboost_thread.a \
+ $(DEPSDIR)/lib/libssl.a \
$(DEPSDIR)/lib/libcrypto.a
-DEFS=$(shell $(DEPSDIR)/bin/wx-config --cxxflags) -D__WXMAC_OSX__ -DNOPCH -DMSG_NOSIGNAL=0
+DEFS=$(shell $(DEPSDIR)/bin/wx-config --cxxflags) -D__WXMAC_OSX__ -DNOPCH -DMSG_NOSIGNAL=0 -DUSE_SSL
DEBUGFLAGS=-g -DwxDEBUG_LEVEL=0
# ppc doesn't work because we don't support big-endian