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:
Khem Raj
2026-04-16 11:31:32 -07:00
parent 515a0ba30d
commit c1765cd254
@@ -20,6 +20,8 @@ SRC_URI[sha256sum] = "c1d75f2e9c7b38fd4695be66eff4533395248132f3cc61f375196403c4
inherit autotools pkgconfig
CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no"
EXTRA_OECONF += "--with-included-argv=yes --with-included-libmad=no"
EXTRA_OECONF += "\
--with-ogg-includes=${STAGING_INCDIR} \