From 9b5f9b78b275aa2cd2e081410215d1b74a9d5dc7 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 b90abd3278..6813110f10 100644 --- a/recipes/flac/flac.inc +++ b/recipes/flac/flac.inc @@ -21,7 +21,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