X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=cross-compile%2Fandroid%2FPython-3.3.3.patch;h=70cb7355d42d9e8d8a33379efbcaed16e8cc0d63;hp=476889ceb4f783901d672a86fe78e5dc4b38f061;hb=fe8f66a93d7818d292cbd810fe79e5431a2a0aa6;hpb=18ce219d5f8664a12b7caaeb8f09059991cb9759 diff --git a/cross-compile/android/Python-3.3.3.patch b/cross-compile/android/Python-3.3.3.patch index 476889c..70cb735 100644 --- a/cross-compile/android/Python-3.3.3.patch +++ b/cross-compile/android/Python-3.3.3.patch @@ -209,3 +209,12 @@ index 832df53..c43e5e9 100644 except ImportError: +--- a/Misc/python.pc.in 2014-04-26 23:16:09.108514880 +0200 ++++ b/Misc/python.pc.in 2014-04-26 23:24:48.845467012 +0200 +@@ -9,5 +9,5 @@ + Requires: + Version: @VERSION@ + Libs.private: @LIBS@ +-Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@ ++Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@ -lz + Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@