aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorGlenn Watson <gw@intuitionlibrary.com>2015-01-09 07:40:17 +1000
committerGlenn Watson <gw@intuitionlibrary.com>2015-01-09 07:40:17 +1000
commit781857621333faf2a0f658b80aa808edc3a3784c (patch)
tree7f1b79946ed8da4839ccf8807cf47ffb4a7bdf5c /python/servo/build_commands.py
parent7800d98728bfa1375ad8b6a2dac7f2f35603b6d1 (diff)
downloadservo-781857621333faf2a0f658b80aa808edc3a3784c.tar.gz
servo-781857621333faf2a0f658b80aa808edc3a3784c.zip
Update android openssl version due to security advisory https://www.openssl.org/news/secadv_20150108.txt
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r--python/servo/build_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index 540c0f1601b..aafaa815af1 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -83,7 +83,7 @@ class MachCommands(CommandBase):
status = subprocess.call(
["make", "-j4", "-f", "openssl.makefile"],
env=self.build_env())
- env['OPENSSL_PATH'] = path.join(self.android_support_dir(), "openssl-1.0.1j")
+ env['OPENSSL_PATH'] = path.join(self.android_support_dir(), "openssl-1.0.1k")
status = subprocess.call(
["cargo", "build"] + opts,