diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-01-20 21:39:01 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-01-21 14:27:38 -0800 |
commit | 3fd26a80dc48c44510984c003e82cab962ba21a1 (patch) | |
tree | fa3660253d434d91f722c97c5e93d76ea5b7b371 /packaging | |
parent | dd2791fa1e940eef32cc4969317d68b7d9abb242 (diff) | |
download | subsurface-3fd26a80dc48c44510984c003e82cab962ba21a1.tar.gz |
Small fix for Android build.sh
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/android/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/android/build.sh b/packaging/android/build.sh index c5d1c8873..ea5bc3f79 100644 --- a/packaging/android/build.sh +++ b/packaging/android/build.sh @@ -230,7 +230,7 @@ if [ ! -e "$PKG_CONFIG_LIBDIR/libgit2.pc" ] ; then -DOPENSSL_SSL_LIBRARY="$PREFIX"/lib/libssl.so \ -DOPENSSL_CRYPTO_LIBRARY="$PREFIX"/lib/libcrypto.so \ -DOPENSSL_INCLUDE_DIR="$PREFIX"/include/openssl \ - -D_OPENSSL_VERSION=1.0.1p \ + -D_OPENSSL_VERSION=${OPENSSL_VERSION} \ ../libgit2-${LIBGIT2_VERSION}/ make make install |