From 928609318f52fdc8deefcb4bc4d388b6af8b62f9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 4 Apr 2023 20:11:17 -0700 Subject: mpg123: Reset ac_cv_sys_file_offset_bits on musl This is required to nullify whats passed from cached site file musl-common (From OE-Core rev: 19c9ba1089863b8ba2ff8e089cce29d16993c8f8) Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-multimedia/mpg123/mpg123_1.31.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.31.3.bb b/meta/recipes-multimedia/mpg123/mpg123_1.31.3.bb index 90f285872f..b03ee9f71a 100644 --- a/meta/recipes-multimedia/mpg123/mpg123_1.31.3.bb +++ b/meta/recipes-multimedia/mpg123/mpg123_1.31.3.bb @@ -35,6 +35,8 @@ PACKAGECONFIG[sdl] = ",,libsdl2" AUDIOMODS += "${@bb.utils.filter('PACKAGECONFIG', 'alsa esd jack openal portaudio sdl', d)}" AUDIOMODS += "${@bb.utils.contains('PACKAGECONFIG', 'pulseaudio', 'pulse', '', d)}" +CACHED_CONFIGUREVARS:libc-musl = "ac_cv_sys_file_offset_bits=no" + EXTRA_OECONF = " \ --enable-shared \ --enable-largefile \ -- cgit v1.2.3-54-g00ecf