aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.linux-mingw
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2011-10-24 15:27:54 -0400
committerGavin Andresen <[email protected]>2011-10-25 11:54:46 -0400
commit472bbb750c298cb73f93798c8391ddcb19b953af (patch)
tree3094694b12418744530f82fb563cfd460a0d9102 /src/makefile.linux-mingw
parentUpdate setup.nsi for bitcoin-qt. (diff)
downloaddiscoin-472bbb750c298cb73f93798c8391ddcb19b953af.tar.xz
discoin-472bbb750c298cb73f93798c8391ddcb19b953af.zip
Update openssl to 1.0.0e.
Diffstat (limited to 'src/makefile.linux-mingw')
-rw-r--r--src/makefile.linux-mingw4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw
index eb22190e5..29b433f85 100644
--- a/src/makefile.linux-mingw
+++ b/src/makefile.linux-mingw
@@ -9,13 +9,13 @@ USE_UPNP:=0
INCLUDEPATHS= \
-I"$(DEPSDIR)/boost_1_47_0" \
-I"$(DEPSDIR)/db-4.8.30.NC/build_unix" \
- -I"$(DEPSDIR)/openssl-1.0.0d/include" \
+ -I"$(DEPSDIR)/openssl-1.0.0e/include" \
-I"$(DEPSDIR)"
LIBPATHS= \
-L"$(DEPSDIR)/boost_1_47_0/stage/lib" \
-L"$(DEPSDIR)/db-4.8.30.NC/build_unix" \
- -L"$(DEPSDIR)/openssl-1.0.0d"
+ -L"$(DEPSDIR)/openssl-1.0.0e"
LIBS= \
-l boost_system-mt-s \