SOURCES: glib2-symbols.patch (NEW) - don't try to export non-exist...

qboosh qboosh at pld-linux.org
Tue Aug 21 19:52:03 CEST 2007


Author: qboosh                       Date: Tue Aug 21 17:52:03 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- don't try to export non-existing symbol

---- Files affected:
SOURCES:
   glib2-symbols.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/glib2-symbols.patch
diff -u /dev/null SOURCES/glib2-symbols.patch:1.1
--- /dev/null	Tue Aug 21 19:52:03 2007
+++ SOURCES/glib2-symbols.patch	Tue Aug 21 19:51:58 2007
@@ -0,0 +1,16 @@
+--- glib-2.14.0/glib/glib.symbols.orig	2007-08-03 19:52:48.000000000 +0200
++++ glib-2.14.0/glib/glib.symbols	2007-08-21 18:35:27.116366403 +0200
+@@ -691,11 +691,13 @@
+ g_slice_set_config
+ g_slice_get_config
+ g_slice_get_config_state
++#ifdef G_ENABLE_DEBUG
+ #ifdef INCLUDE_INTERNAL_SYMBOLS
+ g_slice_debug_tree_statistics
+ #endif
+ #endif
+ #endif
++#endif
+ 
+ #if IN_HEADER(__G_MESSAGES_H__)
+ #if IN_FILE(__G_MESSAGES_C__)
================================================================


More information about the pld-cvs-commit mailing list