flac: Update include to use oe_runconf not autotools_do_configure as autotools_do_con...
authorDavid-John Willis <John.Willis@Distant-earth.com>
Thu, 26 Nov 2009 09:20:03 +0000 (09:20 +0000)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Mon, 4 Apr 2011 19:15:28 +0000 (20:15 +0100)
recipes/flac/flac.inc

index 2b35d64..4de5362 100644 (file)
@@ -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