mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -181,7 +181,7 @@ if [ ! -z "$VERBOSE" ] && [ "$VERBOSE" != "0" ]; then
|
|||
echo "ANDROID_DEV: $ANDROID_DEV"
|
||||
fi
|
||||
|
||||
cd openssl-1.0.1j
|
||||
cd openssl-1.0.1k
|
||||
perl -pi -e 's/install: all install_docs install_sw/install: install_docs install_sw/g' Makefile.org
|
||||
./config shared -no-ssl2 -no-ssl3 -no-comp -no-hw -no-engine --openssldir=/usr/local/ssl/$ANDROID_API
|
||||
make depend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue