File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
SHELL := /bin/bash
2
- OPENSSL_VER = openssl-1.0.1h
2
+ OPENSSL_VER = openssl-1.0.2d
3
3
4
4
all : armeabi-v7a/lib/libssl.a x86/lib/libssl.a
5
5
10
10
rm -rf setenv-android-x86.sh
11
11
12
12
setenv-android.sh :
13
- wget http ://wiki.openssl.org/images/7/70/Setenv-android.sh
13
+ wget https ://wiki.openssl.org/images/7/70/Setenv-android.sh
14
14
mv Setenv-android.sh setenv-android.sh
15
15
chmod a+x setenv-android.sh
16
16
@@ -21,7 +21,7 @@ setenv-android-x86.sh: setenv-android.sh
21
21
mv setenv-android-x86.sh.tmp setenv-android-x86.sh
22
22
23
23
$(OPENSSL_VER ) .tar.gz :
24
- wget http ://www.openssl.org/source/$(OPENSSL_VER ) .tar.gz
24
+ wget https ://www.openssl.org/source/$(OPENSSL_VER ) .tar.gz
25
25
26
26
armeabi-v7a/lib/libssl.a : setenv-android.sh $(OPENSSL_VER ) .tar.gz
27
27
[ -d " $( ANDROID_NDK_ROOT) " ]
You can’t perform that action at this time.
0 commit comments