From: Uwe Hermann Date: Tue, 9 Feb 2016 07:42:14 +0000 (+0100) Subject: sigrok-cross-android: Revert back to older glib(mm). X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=eee3e4a8e989f187aacc7c67c99f8be1c3fe6b1a sigrok-cross-android: Revert back to older glib(mm). Bumping the glib(mm) versions to 2.47.x seems to have caused a regression, the Android app would fail to start with a segfault related to g_match_info_unref() apparently. Revert back to 2.45.x for now. --- diff --git a/cross-compile/android/sigrok-cross-android b/cross-compile/android/sigrok-cross-android index adeee91..395c5ee 100755 --- a/cross-compile/android/sigrok-cross-android +++ b/cross-compile/android/sigrok-cross-android @@ -66,10 +66,10 @@ VER_GETTEXT=0.19.7 VER_ZLIB=1.2.8 VER_PCRE=8.38 VER_LIBFFI=3.2.1 -VER_GLIB=2.47.5 -VER_GLIB_SHORT=2.47 -VER_GLIBMM=2.47.4 -VER_GLIBMM_SHORT=2.47 +VER_GLIB=2.45.4 +VER_GLIB_SHORT=2.45 +VER_GLIBMM=2.45.41 +VER_GLIBMM_SHORT=2.45 VER_LIBSIGCXX=2.6.2 VER_LIBSIGCXX_SHORT=2.6 VER_LIBZIP=1.1