[maemo-commits] [maemo-commits] r13685 - in projects/haf/trunk/glib: . debian glib

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Sep 10 10:45:11 EEST 2007
Author: fherrera
Date: 2007-09-10 10:45:10 +0300 (Mon, 10 Sep 2007)
New Revision: 13685

Modified:
   projects/haf/trunk/glib/ChangeLog
   projects/haf/trunk/glib/debian/changelog
   projects/haf/trunk/glib/glib/Makefile.am
Log:
2007-09-10  Fernando Herrera  <fernando.herrera-de-las-heras at nokia.com>

        * glib/Makefile.am: compile gmessages.c with -fno-omit-framepointer so
        we can get nice backtraces with g_assert_warning functions. Fixes
        NB#68368



Modified: projects/haf/trunk/glib/ChangeLog
===================================================================
--- projects/haf/trunk/glib/ChangeLog	2007-09-10 07:31:03 UTC (rev 13684)
+++ projects/haf/trunk/glib/ChangeLog	2007-09-10 07:45:10 UTC (rev 13685)
@@ -1,3 +1,9 @@
+2007-09-10  Fernando Herrera  <fernando.herrera-de-las-heras at nokia.com>
+
+	* glib/Makefile.am: compile gmessages.c with -fno-omit-framepointer so
+	we can get nice backtraces with g_assert_warning functions. Fixes
+	NB#68368
+
 2007-07-30  Michael Natterer  <mitch at imendio.com>
 
 	* glib/gslice.[ch]: replace with versions from upstream trunk,

Modified: projects/haf/trunk/glib/debian/changelog
===================================================================
--- projects/haf/trunk/glib/debian/changelog	2007-09-10 07:31:03 UTC (rev 13684)
+++ projects/haf/trunk/glib/debian/changelog	2007-09-10 07:45:10 UTC (rev 13685)
@@ -1,3 +1,9 @@
+glib2.0 (2.12.12-1osso8) unstable; urgency=low
+
+  * compile gmessages.c with -fno-omit-frame-pointer. Fixes: NB#68368
+
+ -- Fernando Herrera <fernando.herrera-de-las-heras at nokia.com>  Thu, 10 Sep 2007 10:44:21 +0300
+
 glib2.0 (2.12.12-1osso7) unstable; urgency=low
 
   * Enable floating point. Patch by Leonid  Moiseichuk. Fixes: NB#61971

Modified: projects/haf/trunk/glib/glib/Makefile.am
===================================================================
--- projects/haf/trunk/glib/glib/Makefile.am	2007-09-10 07:31:03 UTC (rev 13684)
+++ projects/haf/trunk/glib/glib/Makefile.am	2007-09-10 07:45:10 UTC (rev 13685)
@@ -132,6 +132,13 @@
 	gprintf.c		\
 	gprintfint.h
 
+GMESSAGES = gmessages
+$(GMESSAGES).o $(GMESSAGES).obj $(GMESSAGES).lo: $(GMESSAGES).c
+	$(MAKE) $(AM_MAKEFLAGS) \
+		AM_CFLAGS='$(AM_CLFAGS) -fno-omit-frame-pointer' \
+		GMESSAGES=dummy '$@'
+
+
 EXTRA_libglib_2_0_la_SOURCES = \
 	giounix.c	\
 	giowin32.c	\


More information about the maemo-commits mailing list