Skip to content

Commit 403079d

Browse files
committed
fix missing gethostbyname_r on Android 5.1 (https://bugs.python.org/issue26857)
1 parent 3765c34 commit 403079d

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

pythonforandroid/recipes/python2/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class Python2Recipe(GuestPythonRecipe):
3131
'patches/fix-missing-extensions.patch',
3232
'patches/fix-filesystem-default-encoding.patch',
3333
'patches/fix-locale.patch',
34+
'patches/fix-gethostbyaddr.patch',
3435
'patches/fix-init-site.patch',
3536
'patches/fix-python2-instsoname.patch'
3637
]

0 commit comments

Comments
 (0)