aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/guile/guile_1.8.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/guile/guile_1.8.5.bb')
-rw-r--r--recipes/guile/guile_1.8.5.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/guile/guile_1.8.5.bb b/recipes/guile/guile_1.8.5.bb
index 6d320d8158..86eefa04c6 100644
--- a/recipes/guile/guile_1.8.5.bb
+++ b/recipes/guile/guile_1.8.5.bb
@@ -23,6 +23,10 @@ EXTRA_OECONF = " \
"
do_compile() {
+ for i in $(find ${S} -name "Makefile") ; do
+ sed -i -e s:-Werror::g $i
+ done
+
(cd libguile; oe_runmake CC="${BUILD_CC}" CFLAGS="${BUILD_CFLAGS}" LDFLAGS="${BUILD_LDFLAGS}" guile_filter_doc_snarfage)
oe_runmake preinstguile="`which guile`"