mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +00:00
streamripper: disable C23 support to fix configure check
Set ac_cv_prog_cc_c23=no to prevent autoconf from detecting C23 compiler support, avoiding potential build failures as the package is not yet fully ported to support C23 standard. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -20,6 +20,8 @@ SRC_URI[sha256sum] = "c1d75f2e9c7b38fd4695be66eff4533395248132f3cc61f375196403c4
|
|||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no"
|
||||||
|
|
||||||
EXTRA_OECONF += "--with-included-argv=yes --with-included-libmad=no"
|
EXTRA_OECONF += "--with-included-argv=yes --with-included-libmad=no"
|
||||||
EXTRA_OECONF += "\
|
EXTRA_OECONF += "\
|
||||||
--with-ogg-includes=${STAGING_INCDIR} \
|
--with-ogg-includes=${STAGING_INCDIR} \
|
||||||
|
|||||||
Reference in New Issue
Block a user