summaryrefslogtreecommitdiffstats
path: root/recipe.d/0023-glib2
diff options
context:
space:
mode:
Diffstat (limited to 'recipe.d/0023-glib2')
-rw-r--r--recipe.d/0023-glib25
1 files changed, 5 insertions, 0 deletions
diff --git a/recipe.d/0023-glib2 b/recipe.d/0023-glib2
index 750d709..294be35 100644
--- a/recipe.d/0023-glib2
+++ b/recipe.d/0023-glib2
@@ -1,6 +1,11 @@
mcd $BUILDDIR/glib2
# glib2 expects --enable-threads=yes to enable threads,
# anything else disables threads
+
+ GIO=`cd $SRC/glib-*/gio; pwd`
+ sed 's@gdbus-2.0/codegen@@g' $GIO/Makefile.in | sed 's/ tests$//' > $GIO/Makefile.stage2
+ mv $GIO/Makefile.stage2 $GIO/Makefile.in
+
$SRC/glib-*/configure `echo $TCONFIGARGS | sed 's/posix/yes/'` --enable-static
make $J
make $J install