|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Index: configure
|
|
|
|
|
--- configure.orig 2007-12-19 17:09:14 +0100
|
|
|
|
|
+++ configure 2007-12-19 17:17:45 +0100
|
|
|
|
|
@@ -34435,7 +34435,7 @@
|
|
|
|
|
--- configure.orig 2008-03-11 01:41:11 +0100
|
|
|
|
|
+++ configure 2008-03-11 20:40:30 +0100
|
|
|
|
|
@@ -39397,7 +39397,7 @@
|
|
|
|
|
add_thread_lib="-l$thread_lib"
|
|
|
|
|
IN=" in -l$thread_lib"
|
|
|
|
|
fi
|
|
|
|
|
@ -10,30 +10,21 @@ Index: configure
|
|
|
|
|
|
|
|
|
|
{ echo "$as_me:$LINENO: checking for sched_get_priority_min$IN" >&5
|
|
|
|
|
echo $ECHO_N "checking for sched_get_priority_min$IN... $ECHO_C" >&6; }
|
|
|
|
|
@@ -40304,8 +40304,8 @@
|
|
|
|
|
else
|
|
|
|
|
|
|
|
|
|
glib_save_CFLAGS="$CFLAGS"
|
|
|
|
|
- glib_save_LDFLAGS="$LDFLAGS"
|
|
|
|
|
- CFLAGS="$CFLAGS $PCRE_CFLAGS" LDFLAGS="$LDFLAGS $PCRE_LIBS"
|
|
|
|
|
+ glib_save_LIBS="$LIBS"
|
|
|
|
|
+ CFLAGS="$CFLAGS $PCRE_CFLAGS" LIBS="$LIBS $PCRE_LIBS"
|
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
|
glib_cv_pcre_has_unicode=yes
|
|
|
|
|
else
|
|
|
|
|
@@ -40361,7 +40361,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CFLAGS="$glib_save_CFLAGS"
|
|
|
|
|
- LDFLAGS="$glib_save_LDFLAGS"
|
|
|
|
|
+ LIBS="$glib_save_LIBS"
|
|
|
|
|
Index: glib-2.0.pc.in
|
|
|
|
|
--- glib-2.0.pc.in.orig 2008-03-11 01:32:01 +0100
|
|
|
|
|
+++ glib-2.0.pc.in 2008-03-11 20:40:30 +0100
|
|
|
|
|
@@ -9,6 +9,7 @@
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
{ echo "$as_me:$LINENO: result: $glib_cv_pcre_has_unicode" >&5
|
|
|
|
|
Name: GLib
|
|
|
|
|
Description: C Utility Library
|
|
|
|
|
+Requires: libpcre
|
|
|
|
|
Version: @VERSION@
|
|
|
|
|
Libs: -L${libdir} -lglib-2.0 @INTLLIBS@ @ICONV_LIBS@
|
|
|
|
|
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include
|
|
|
|
|
Index: gmodule/gmodule-dl.c
|
|
|
|
|
--- gmodule/gmodule-dl.c.orig 2007-11-24 07:40:52 +0100
|
|
|
|
|
+++ gmodule/gmodule-dl.c 2007-12-19 17:09:14 +0100
|
|
|
|
|
@@ -106,6 +106,7 @@
|
|
|
|
|
--- gmodule/gmodule-dl.c.orig 2008-03-11 01:31:51 +0100
|
|
|
|
|
+++ gmodule/gmodule-dl.c 2008-03-11 20:40:30 +0100
|
|
|
|
|
@@ -107,6 +107,7 @@
|
|
|
|
|
static gpointer
|
|
|
|
|
_g_module_self (void)
|
|
|
|
|
{
|
|
|
|
|
@ -41,7 +32,7 @@ Index: gmodule/gmodule-dl.c
|
|
|
|
|
gpointer handle;
|
|
|
|
|
|
|
|
|
|
/* to query symbols from the program itself, special link options
|
|
|
|
|
@@ -117,6 +118,9 @@
|
|
|
|
|
@@ -118,6 +119,9 @@
|
|
|
|
|
g_module_set_error (fetch_dlerror (TRUE));
|
|
|
|
|
|
|
|
|
|
return handle;
|
|
|
|
|
@ -52,8 +43,8 @@ Index: gmodule/gmodule-dl.c
|
|
|
|
|
|
|
|
|
|
static void
|
|
|
|
|
Index: tests/errorcheck-mutex-test.c
|
|
|
|
|
--- tests/errorcheck-mutex-test.c.orig 2007-11-24 07:40:54 +0100
|
|
|
|
|
+++ tests/errorcheck-mutex-test.c 2007-12-19 17:09:14 +0100
|
|
|
|
|
--- tests/errorcheck-mutex-test.c.orig 2008-03-11 01:31:52 +0100
|
|
|
|
|
+++ tests/errorcheck-mutex-test.c 2008-03-11 20:40:30 +0100
|
|
|
|
|
@@ -1,3 +1,5 @@
|
|
|
|
|
+#ifdef G_THREADS_ENABLED
|
|
|
|
|
+
|
|
|
|
|
@ -81,14 +72,3 @@ Index: tests/errorcheck-mutex-test.c
|
|
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
Index: glib-2.0.pc.in
|
|
|
|
|
--- glib-2.0.pc.in.orig 2007-12-19 20:08:15 +0100
|
|
|
|
|
+++ glib-2.0.pc.in 2007-12-19 20:08:49 +0100
|
|
|
|
|
@@ -9,6 +9,7 @@
|
|
|
|
|
|
|
|
|
|
Name: GLib
|
|
|
|
|
Description: C Utility Library
|
|
|
|
|
+Requires: libpcre
|
|
|
|
|
Version: @VERSION@
|
|
|
|
|
Libs: -L${libdir} -lglib2 @INTLLIBS@ @ICONV_LIBS@
|
|
|
|
|
Cflags: -I${includedir}/glib2 -I${libdir}/glib2/include
|
|
|
|
|
|