From 66aafb9f8eacd50b13f638b49c17ece7d236d451 Mon Sep 17 00:00:00 2001 From: Alban Browaeys Date: Sun, 30 Mar 2014 18:44:29 +0200 Subject: [PATCH] build: glib 2.38 is required for g_add_private. Fixes segfault due to overlap of non allocated parent_instance->priv overlapping the main objbect ->priv items. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ff8fa20..db9df8f 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_INIT([realmd], [0.15.0], GLIB_REQ=2.36.0 GLIB_MIN=GLIB_VERSION_2_36 -GLIB_MAX=GLIB_VERSION_2_36 +GLIB_MAX=GLIB_VERSION_2_38 INTLTOOL_REQ=0.35.0 -- 1.9.1