From: Khem Raj Date: Wed, 5 Apr 2023 03:11:17 +0000 (-0700) Subject: mpg123: Reset ac_cv_sys_file_offset_bits on musl X-Git-Tag: uninative-3.10~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19c9ba1089863b8ba2ff8e089cce29d16993c8f8;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git mpg123: Reset ac_cv_sys_file_offset_bits on musl This is required to nullify whats passed from cached site file musl-common Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.31.3.bb b/meta/recipes-multimedia/mpg123/mpg123_1.31.3.bb index 90f285872f4..b03ee9f71a9 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 \