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:
Jeremy Lempereur 2017-06-08 19:44:57 +02:00
parent 71eb672923
commit a02c074ba9
3 changed files with 9 additions and 8 deletions

View file

@ -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