diff options
author | gavinandresen <gavinandresen@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-10-11 18:23:41 +0000 |
---|---|---|
committer | gavinandresen <gavinandresen@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-10-11 18:23:41 +0000 |
commit | ed54768f5f90de73c0349684a38df2667f3deae2 (patch) | |
tree | 14319d60c8ea188e5857d054318cf49a611a78bc /makefile.osx | |
parent | 83082f04a47d6540f40dd656d1baed54eb17e76b (diff) |
-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.osx | 3 |
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 |