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 16:30:37 -0700 |
| commit | c1765cd254fe0b6efcc48aa75304714879350e8b (patch) | |
| tree | 9202e65343a8db7b2d61a907eae2630734b4dff6 /meta-multimedia | |
| parent | 515a0ba30dd1bb38db43189299a6d319b05a4864 (diff) | |
| download | meta-openembedded-c1765cd254fe0b6efcc48aa75304714879350e8b.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')
| -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} \ |
