From: David-John Willis Date: Thu, 26 Nov 2009 09:20:03 +0000 (+0000) Subject: flac: Update include to use oe_runconf not autotools_do_configure as autotools_do_con... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b7961aec6b8152a6c2f588804c6f05f05a319ec;p=openembedded.git 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. --- 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