mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Update android openssl version due to security advisory https://www.openssl.org/news/secadv_20150108.txt
This commit is contained in:
parent
7800d98728
commit
7818576213
4 changed files with 9 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue