summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2012-12-19 19:04:26 -0700
committerAl Stone <ahs3@redhat.com>2012-12-19 19:04:26 -0700
commite0ef34602917e5aec0b1ab7d13bd781f6e01f366 (patch)
treed8fac48f26db8bb3ba759b182b6523914aebd945
parent693215413af0cf64b55d5ad44690a5e3b2cbaf35 (diff)
downloadbootstrap.git.DONOTUSE-e0ef34602917e5aec0b1ab7d13bd781f6e01f366.tar.gz
bootstrap.git.DONOTUSE-e0ef34602917e5aec0b1ab7d13bd781f6e01f366.tar.xz
bootstrap.git.DONOTUSE-e0ef34602917e5aec0b1ab7d13bd781f6e01f366.zip
glib2 for stage2: sed in recipe.d was over-zealous and unnecessary
Signed-off-by: Al Stone <ahs3@redhat.com>
-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