diff options
| author | Gavin Andresen <[email protected]> | 2012-04-27 12:45:49 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-04-27 12:45:49 -0400 |
| commit | 0acbe31cfcdd4dd2c3a58bb61ebd9f002f17bda4 (patch) | |
| tree | 9ccc3bb18cf1819f776383e6a830053c9b2de539 /src/makefile.linux-mingw | |
| parent | Bump win32.deps version number for new openssl (diff) | |
| download | discoin-0acbe31cfcdd4dd2c3a58bb61ebd9f002f17bda4.tar.xz discoin-0acbe31cfcdd4dd2c3a58bb61ebd9f002f17bda4.zip | |
Update openssl versionv0.6.1rc1
Diffstat (limited to 'src/makefile.linux-mingw')
| -rw-r--r-- | src/makefile.linux-mingw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 4c155f3f9..81934187e 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -9,14 +9,14 @@ USE_UPNP:=0 INCLUDEPATHS= \ -I"$(DEPSDIR)/boost_1_47_0" \ -I"$(DEPSDIR)/db-4.8.30.NC/build_unix" \ - -I"$(DEPSDIR)/openssl-1.0.0e/include" \ + -I"$(DEPSDIR)/openssl-1.0.1b/include" \ -I"$(DEPSDIR)" \ -I"$(CURDIR)"/obj \ LIBPATHS= \ -L"$(DEPSDIR)/boost_1_47_0/stage/lib" \ -L"$(DEPSDIR)/db-4.8.30.NC/build_unix" \ - -L"$(DEPSDIR)/openssl-1.0.0e" + -L"$(DEPSDIR)/openssl-1.0.1b" LIBS= \ -l boost_system-mt-s \ |