mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
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 <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user