]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-android: Fix a glib build issue.
authorUwe Hermann <redacted>
Sun, 15 May 2016 14:21:01 +0000 (16:21 +0200)
committerUwe Hermann <redacted>
Sun, 15 May 2016 14:26:17 +0000 (16:26 +0200)
Bump glib to a more recent upstream version (2.48.1), which happens to fix
the following build issue:

  m4macros/glib-gettext.m4:39: error: m4_copy: won't overwrite defined macro: glib_DEFUN

Also bump to the respective glibmm 2.48.1 version. This, in turn,
requires a newer libsigc++, so bump that to 2.9.2 as well.

cross-compile/android/sigrok-cross-android

index 351b42054b1aa0e0b1e1781000ffa584a3de3f2c..4b7295210bf6c2fbb237e5fce79ccd3ce11a4615 100755 (executable)
@@ -66,12 +66,12 @@ VER_GETTEXT=0.19.7
 VER_ZLIB=1.2.8
 VER_PCRE=8.38
 VER_LIBFFI=3.2.1
 VER_ZLIB=1.2.8
 VER_PCRE=8.38
 VER_LIBFFI=3.2.1
-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_GLIB=2.48.1
+VER_GLIB_SHORT=2.48
+VER_GLIBMM=2.48.1
+VER_GLIBMM_SHORT=2.48
+VER_LIBSIGCXX=2.9.2
+VER_LIBSIGCXX_SHORT=2.9
 VER_LIBZIP=1.1
 VER_LIBFTDI1=1.2
 VER_LIBUSB=1.0.19
 VER_LIBZIP=1.1
 VER_LIBFTDI1=1.2
 VER_LIBUSB=1.0.19