mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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:
parent
e87a9c32b0
commit
bea0107c15
@ -21,6 +21,7 @@ fi
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="${PKG_ALSA_DEBUG} \
|
||||
--disable-dependency-tracking \
|
||||
--disable-largefile \
|
||||
--with-plugindir=/usr/lib/alsa \
|
||||
--disable-python"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user