alsa-lib: don't build with largefile support

alsa-lib 1.2.10 enabled large file support by default on 32bit
platforms which leads to a crash when kodi, speaker-test etc try
to access the dmix PCM.

Disable large file support in configure to fix this.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2023-09-08 20:30:15 +02:00
parent e87a9c32b0
commit bea0107c15

View File

@ -21,6 +21,7 @@ fi
PKG_CONFIGURE_OPTS_TARGET="${PKG_ALSA_DEBUG} \
--disable-dependency-tracking \
--disable-largefile \
--with-plugindir=/usr/lib/alsa \
--disable-python"