Windows build: compile against openssl 1.0.1b

This commit is contained in:
Gavin Andresen
2012-04-27 10:52:14 -04:00
parent 2c31cfc271
commit 2b4d7735b6
4 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ packages:
reference_datetime: "2011-01-30 00:00:00"
remotes: []
files:
- "openssl-1.0.0e.tar.gz"
- "openssl-1.0.1b.tar.gz"
- "db-4.8.30.NC.tar.gz"
- "miniupnpc-1.6.tar.gz"
- "zlib-1.2.6.tar.gz"
@@ -25,8 +25,8 @@ script: |
export FAKETIME=$REFERENCE_DATETIME
export TZ=UTC
#
tar xzf openssl-1.0.0e.tar.gz
cd openssl-1.0.0e
tar xzf openssl-1.0.1b.tar.gz
cd openssl-1.0.1b
./Configure --cross-compile-prefix=i586-mingw32msvc- mingw
make
cd ..