summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2014-11-27 12:52:11 (GMT)
committerSwift Review <review@swift.im>2014-12-10 15:28:24 (GMT)
commit85b66ce2be8fadc671eb35e45d6caeb8930b39c8 (patch)
tree2acc95e142a2006d7c05a2da39468e7ae48e0b8d /Documentation
parentea0838a3a7bd33ee49a8bec1dc4b111e8cd720db (diff)
downloadswift-85b66ce2be8fadc671eb35e45d6caeb8930b39c8.zip
swift-85b66ce2be8fadc671eb35e45d6caeb8930b39c8.tar.bz2
Updating build script for 3rdParty OpenSSL for latest release (openssl-1.0.1j).
Test-Information: Tested building with latest OpenSSL release for Android. Change-Id: I1cae5ea0ca5800fa719e59753bffafee043ac54b
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/BuildingOnAndroid.txt6
-rw-r--r--Documentation/BuildingOnIOS.txt6
2 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/BuildingOnAndroid.txt b/Documentation/BuildingOnAndroid.txt
index 7122aca..8a29895 100644
--- a/Documentation/BuildingOnAndroid.txt
+++ b/Documentation/BuildingOnAndroid.txt
@@ -32,9 +32,9 @@ Preparation of Build Environment
1.3 OpenSSL
cd 3rdParty/OpenSSL
- curl -O http://www.openssl.org/source/openssl-1.0.0a.tar.gz
- tar -xf openssl-1.0.0a.tar.gz
- mv openssl-1.0.0a openssl
+ curl -O http://www.openssl.org/source/openssl-1.0.1j.tar.gz
+ tar -xf openssl-1.0.1j.tar.gz
+ mv openssl-1.0.1j openssl
2. Patch 3rd-party dependencies
patch -p0 < 3rdParty/Ldns/01_andoird_compilation_fixes.diff
diff --git a/Documentation/BuildingOnIOS.txt b/Documentation/BuildingOnIOS.txt
index f269b9e..e310ca1 100644
--- a/Documentation/BuildingOnIOS.txt
+++ b/Documentation/BuildingOnIOS.txt
@@ -17,9 +17,9 @@ Preparation of Build Environment
1.1 OpenSSL
cd 3rdParty/OpenSSL
- curl -O http://www.openssl.org/source/openssl-1.0.0a.tar.gz
- tar -xf openssl-1.0.0a.tar.gz
- mv openssl-1.0.0a openssl
+ curl -O http://www.openssl.org/source/openssl-1.0.1j.tar.gz
+ tar -xf openssl-1.0.1j.tar.gz
+ mv openssl-1.0.1j openssl
Building
--------