summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb
diff options
context:
space:
mode:
authorKhem Raj <khem.raj@oss.qualcomm.com>2026-04-16 11:31:32 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-16 13:08:20 -0700
commit4448ae7d7d2e00125c8fe08b30468d2a51274510 (patch)
tree3ad54582da3eec2cafe63b943425df69ddce4347 /meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb
parent21cd3c48bf2069648a2b225a1e87ebdf6538f316 (diff)
downloadmeta-openembedded-4448ae7d7d2e00125c8fe08b30468d2a51274510.tar.gz
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>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb')
-rw-r--r--meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb b/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb
index 1600d9d3ef..480c132473 100644
--- a/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb
+++ b/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb
@@ -20,6 +20,8 @@ SRC_URI[sha256sum] = "c1d75f2e9c7b38fd4695be66eff4533395248132f3cc61f375196403c4
20 20
21inherit autotools pkgconfig 21inherit autotools pkgconfig
22 22
23CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no"
24
23EXTRA_OECONF += "--with-included-argv=yes --with-included-libmad=no" 25EXTRA_OECONF += "--with-included-argv=yes --with-included-libmad=no"
24EXTRA_OECONF += "\ 26EXTRA_OECONF += "\
25 --with-ogg-includes=${STAGING_INCDIR} \ 27 --with-ogg-includes=${STAGING_INCDIR} \