diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-09-29 00:58:15 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-09-29 00:58:15 -0700 |
| commit | 552af52b459848c364bb4e04f4e0c4e2c3269fa6 (patch) | |
| tree | 652a159e7aba66120297725265c6681d8795d8eb /src/makefile.linux-mingw | |
| parent | Merge pull request #1883 from sipa/norandstack (diff) | |
| parent | Update Bitcoin to use OpenSSL 1.0.1c (diff) | |
| download | discoin-552af52b459848c364bb4e04f4e0c4e2c3269fa6.tar.xz discoin-552af52b459848c364bb4e04f4e0c4e2c3269fa6.zip | |
Merge pull request #1851 from fanquake/OpenSSL-1.0.1c
Update to use OpenSSL 1.0.1c
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 634a47b75..3709bb94d 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -12,13 +12,13 @@ INCLUDEPATHS= \ -I"$(CURDIR)"/obj \ -I"$(DEPSDIR)/boost_1_50_0" \ -I"$(DEPSDIR)/db-4.8.30.NC/build_unix" \ - -I"$(DEPSDIR)/openssl-1.0.1b/include" \ + -I"$(DEPSDIR)/openssl-1.0.1c/include" \ -I"$(DEPSDIR)" LIBPATHS= \ -L"$(DEPSDIR)/boost_1_50_0/stage/lib" \ -L"$(DEPSDIR)/db-4.8.30.NC/build_unix" \ - -L"$(DEPSDIR)/openssl-1.0.1b" + -L"$(DEPSDIR)/openssl-1.0.1c" LIBS= \ -l boost_system-mt-s \ |