File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
pythonforandroid/recipes/openssl Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
6
6
7
7
class OpenSSLRecipe (Recipe ):
8
- version = '1.0.2e '
8
+ version = '1.0.2f '
9
9
url = 'https://www.openssl.org/source/openssl-{version}.tar.gz'
10
10
11
11
def should_build (self , arch ):
Original file line number Diff line number Diff line change 1
- --- openssl/Makefile 2015-12 -28 16:48 :49.159522273 -0600
2
- +++ b/Makefile 2015-12-29 10:31 :54.358438402 -0600
3
- @@ -343 ,7 +343 ,7 @@
1
+ --- openssl/Makefile 2016-01 -28 17:26 :49.159522273 +0100
2
+ +++ b/Makefile 2016-01-28 17:26 :54.358438402 +0100
3
+ @@ -342 ,7 +342 ,7 @@
4
4
link-shared:
5
5
@ set -e; for i in $(SHLIBDIRS); do \
6
6
$(MAKE) -f $(HERE)/Makefile.shared -e $(BUILDENV) \
9
9
LIBCOMPATVERSIONS=";$(SHLIB_VERSION_HISTORY)" \
10
10
symlink.$(SHLIB_TARGET); \
11
11
libs="$$libs -l$$i"; \
12
- @@ -357 ,7 +357 ,7 @@
12
+ @@ -356 ,7 +356 ,7 @@
13
13
libs="$(LIBKRB5) $$libs"; \
14
14
fi; \
15
15
$(CLEARENV) && $(MAKE) -f Makefile.shared -e $(BUILDENV) \
You can’t perform that action at this time.
0 commit comments