From e0ef34602917e5aec0b1ab7d13bd781f6e01f366 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Wed, 19 Dec 2012 19:04:26 -0700 Subject: glib2 for stage2: sed in recipe.d was over-zealous and unnecessary Signed-off-by: Al Stone --- recipe.d/0023-glib2 | 7 ++++--- 1 file 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 -- cgit