From 2b7961aec6b8152a6c2f588804c6f05f05a319ec Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Thu, 26 Nov 2009 09:20:03 +0000 Subject: [PATCH] flac: Update include to use oe_runconf not autotools_do_configure as autotools_do_configure seems to cause the build to fail for me. Not sure this is right. --- recipes/flac/flac.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/flac/flac.inc b/recipes/flac/flac.inc index 2b35d641e4..4de53621b3 100644 --- a/recipes/flac/flac.inc +++ b/recipes/flac/flac.inc @@ -24,7 +24,7 @@ EXTRA_OECONF = "--disable-oggtest --disable-id3libtest \ do_configure () { install -d ${S}/m4 install -m 0644 ${WORKDIR}/xmms.m4 ${S}/m4/ - autotools_do_configure + oe_runconf # removes '-read-only-relocs' which is enabled for PowerPC builds. # It makes the build fail, other archs are not affected. Fixes #1775. sed -i 's/-Wl,-read_only_relocs,warning//g' src/libFLAC/Makefile -- 2.39.5