summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipe.d/0023-glib27
1 files changed, 4 insertions, 3 deletions
diff --git a/recipe.d/0023-glib2 b/recipe.d/0023-glib2
index 4863a80..8132f93 100644
--- a/recipe.d/0023-glib2
+++ b/recipe.d/0023-glib2
@@ -8,9 +8,10 @@
# 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
+#-- this sed no longer works; i've patched Makefile.in directly instead
+# 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