diff options
| author | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-16 11:31:32 -0700 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-16 13:08:20 -0700 |
| commit | 4448ae7d7d2e00125c8fe08b30468d2a51274510 (patch) | |
| tree | 3ad54582da3eec2cafe63b943425df69ddce4347 /meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb | |
| parent | 21cd3c48bf2069648a2b225a1e87ebdf6538f316 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 21 | inherit autotools pkgconfig | 21 | inherit autotools pkgconfig |
| 22 | 22 | ||
| 23 | CACHED_CONFIGUREVARS += "ac_cv_prog_cc_c23=no" | ||
| 24 | |||
| 23 | EXTRA_OECONF += "--with-included-argv=yes --with-included-libmad=no" | 25 | EXTRA_OECONF += "--with-included-argv=yes --with-included-libmad=no" |
| 24 | EXTRA_OECONF += "\ | 26 | EXTRA_OECONF += "\ |
| 25 | --with-ogg-includes=${STAGING_INCDIR} \ | 27 | --with-ogg-includes=${STAGING_INCDIR} \ |
