mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xz: build as static library
... or gdb fails because it is linked against lzma and xz is not installed to target system
This commit is contained in:
parent
93cc36d5bb
commit
36dbdcb422
@ -38,3 +38,5 @@ PKG_CONFIGURE_OPTS_HOST="--disable-lzmadec \
|
|||||||
--enable-lzma-links \
|
--enable-lzma-links \
|
||||||
--disable-scripts \
|
--disable-scripts \
|
||||||
--disable-nls"
|
--disable-nls"
|
||||||
|
|
||||||
|
PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user