mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 16:05:18 +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:
parent
515a0ba30d
commit
c1765cd254
@ -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} \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user