mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Changed the openssl url and bumped the version. Refactored the openssl.sh script to avoid version duplication in the code.
This commit is contained in:
parent
71eb672923
commit
a02c074ba9
3 changed files with 9 additions and 8 deletions
|
@ -181,7 +181,7 @@ if [ ! -z "$VERBOSE" ] && [ "$VERBOSE" != "0" ]; then
|
|||
echo "ANDROID_DEV: $ANDROID_DEV"
|
||||
fi
|
||||
|
||||
cd openssl-1.0.1t
|
||||
cd openssl-$2
|
||||
perl -pi -e 's/install: all install_docs install_sw/install: install_docs install_sw/g' Makefile.org
|
||||
|
||||
# The code being built isn't maintained by us, so we redirect stderr to stdout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue