[Lunar-commits] r26851 - moonbase/trunk/libs/glib-2
Stefan Wold
ratler at lunar-linux.org
Mon Nov 19 19:27:43 CET 2007
Author: ratler
Date: 2007-11-19 19:27:43 +0100 (Mon, 19 Nov 2007)
New Revision: 26851
Modified:
moonbase/trunk/libs/glib-2/BUILD
moonbase/trunk/libs/glib-2/DETAILS
Log:
This fixes the hal seg fault bug. It probably fix other potential issues as well.
Modified: moonbase/trunk/libs/glib-2/BUILD
===================================================================
--- moonbase/trunk/libs/glib-2/BUILD 2007-11-19 17:58:25 UTC (rev 26850)
+++ moonbase/trunk/libs/glib-2/BUILD 2007-11-19 18:27:43 UTC (rev 26851)
@@ -1,6 +1,7 @@
(
-
- export OPTS="$OPTS --enable-static --enable-shared --enable-debug=no" &&
+ # Do not remove --enable-debug=minimum, it will break some common
+ # API functions if debug is entirely disabled
+ export OPTS="$OPTS --enable-static --enable-shared --enable-debug=minimum" &&
default_build
) > $C_FIFO 2>&1
Modified: moonbase/trunk/libs/glib-2/DETAILS
===================================================================
--- moonbase/trunk/libs/glib-2/DETAILS 2007-11-19 17:58:25 UTC (rev 26850)
+++ moonbase/trunk/libs/glib-2/DETAILS 2007-11-19 18:27:43 UTC (rev 26851)
@@ -8,7 +8,7 @@
SOURCE_VFY=sha1:3aef290ceaf17379b2fe24d8fdfb5ce6755d5f25
WEB_SITE=http://www.gtk.org/
ENTERED=20020313
- UPDATED=20071107
+ UPDATED=20071119
SHORT="A library of useful C routines for trees, hashes, and lists"
cat << EOF
More information about the Lunar-commits
mailing list