From 989ff8e43ac4f5abaa7a5a23f5c364de7eb4acea Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 26 Jun 2012 21:49:09 -0400 Subject: F17 udpates Various updates to stage 1 and 2 to build with F17 GA SRPMs --- recipe.d/0023-glib2 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'recipe.d/0023-glib2') 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 -- cgit