File tree 2 files changed +12
-0
lines changed
pythonforandroid/recipes/python2
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ def prebuild_armeabi(self):
33
33
self .apply_patch (join ('patches' , 'fix-remove-corefoundation.patch' ))
34
34
self .apply_patch (join ('patches' , 'fix-dynamic-lookup.patch' ))
35
35
self .apply_patch (join ('patches' , 'fix-dlfcn.patch' ))
36
+ self .apply_patch (join ('patches' , 'parsetuple.patch' ))
36
37
# self.apply_patch(join('patches', 'ctypes-find-library.patch'))
37
38
self .apply_patch (join ('patches' , 'ctypes-find-library-updated.patch' ))
38
39
Original file line number Diff line number Diff line change
1
+ --- Python-2.7.2/configure.orig 2015-06-24 17:47:39.181473779 +0200
2
+ +++ Python-2.7.2/configure 2015-06-24 17:48:31.646173137 +0200
3
+ @@ -5731,7 +5731,7 @@
4
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc supports ParseTuple __format__" >&5
5
+ $as_echo_n "checking whether gcc supports ParseTuple __format__... " >&6; }
6
+ save_CFLAGS=$CFLAGS
7
+ - CFLAGS="$CFLAGS -Werror"
8
+ + CFLAGS="$CFLAGS -Werror -Wformat"
9
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10
+ /* end confdefs.h. */
11
+
You can’t perform that action at this time.
0 commit comments