- E7748EE5E13EDD5B95C8FFCD5F4909FF4F7CF98961A7581028ADAF25F6FF79CA51D520811D06FCA8CED7EFA1FEC31E5F06E90F672B8C37B3D62ACF50EE744C01
+ 28104225888CBBE6B4309934F09C086C792A4D57011F80860353A343233E4F6B0D378299CB5ED86DF8AF3B36AA357AC7E1EAF58A5990C6C1F6F0E4DCCF9FDCEF
bitcoin/src/makefile.unix
(2 . 8)(2 . 6)
125 # Distributed under the MIT/X11 software license, see the accompanying
126 # file license.txt or http://www.opensource.org/licenses/mit-license.php.
127
128 USE_UPNP:=0
129
130 DEFS=-DNOPCH
131
132 DEFS += $(addprefix -I,$(BOOST_INCLUDE_PATH) $(BDB_INCLUDE_PATH) $(OPENSSL_INCLUDE_PATH))
(31 . 14)(29 . 6)
134 -l ssl \
135 -l crypto
136
137 ifndef USE_UPNP
138 override USE_UPNP = -
139 endif
140 ifneq (${USE_UPNP}, -)
141 LIBS += -l miniupnpc
142 DEFS += -DUSE_UPNP=$(USE_UPNP)
143 endif
144
145 ifneq (${USE_SSL}, 0)
146 DEFS += -DUSE_SSL
147 endif