aboutsummaryrefslogtreecommitdiff
path: root/makefile.unix
diff options
context:
space:
mode:
authorSatoshi Nakamoto <satoshin@gmx.com>2010-07-26 17:40:05 +0000
committerGavin Andresen <gavinandresen@gmail.com>2010-07-26 17:40:05 +0000
commit40cd0369419323f8d7385950e20342e998c994e1 (patch)
treeaf4d40473a1073f108442aa8fe50a9b72462ece4 /makefile.unix
parentfe98cf8dc5066368b78e9ce208118c3532598dd2 (diff)
downloadbitcoin-40cd0369419323f8d7385950e20342e998c994e1.tar.xz
Gavin Andresen's JSON-RPC HTTP authentication,v0.3.3
faster initial block download -- version 0.3.3
Diffstat (limited to 'makefile.unix')
-rw-r--r--makefile.unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.unix b/makefile.unix
index 8b6441ef16..74d460c960 100644
--- a/makefile.unix
+++ b/makefile.unix
@@ -21,7 +21,7 @@ WXLIBS= \
LIBS= \
-Wl,-Bstatic \
- -l boost_system -l boost_filesystem -l boost_program_options \
+ -l boost_system -l boost_filesystem -l boost_program_options \
-l db_cxx \
-l crypto \
-Wl,-Bdynamic \