8000 update recipe & patch; · mixedCase/python-for-android@afa7e73 · GitHub
[go: up one dir, main page]

Skip to content

Commit afa7e73

Browse files
committed
update recipe & patch;
1 parent ee8dc92 commit afa7e73

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pythonforandroid/recipes/openssl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
class OpenSSLRecipe(Recipe):
8-
version = '1.0.2e'
8+
version = '1.0.2f'
99
url = 'https://www.openssl.org/source/openssl-{version}.tar.gz'
1010

1111
def should_build(self, arch):

pythonforandroid/recipes/openssl/disable-sover.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 @@
44
link-shared:
55
@ set -e; for i in $(SHLIBDIRS); do \
66
$(MAKE) -f $(HERE)/Makefile.shared -e $(BUILDENV) \
@@ -9,7 +9,7 @@
99
LIBCOMPATVERSIONS=";$(SHLIB_VERSION_HISTORY)" \
1010
symlink.$(SHLIB_TARGET); \
1111
libs="$$libs -l$$i"; \
12-
@@ -357,7 +357,7 @@
12+
@@ -356,7 +356,7 @@
1313
libs="$(LIBKRB5) $$libs"; \
1414
fi; \
1515
$(CLEARENV) && $(MAKE) -f Makefile.shared -e $(BUILDENV) \

0 commit comments

Comments
 (0)
0