mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
xz: only build libraries
This commit is contained in:
parent
cf50ff70f6
commit
a277ff158a
@ -24,9 +24,13 @@ PKG_CONFIGURE_OPTS_HOST="--disable-shared --enable-static \
|
|||||||
--disable-scripts \
|
--disable-scripts \
|
||||||
--enable-symbol-versions=no"
|
--enable-symbol-versions=no"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static \
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||||
|
--disable-shared \
|
||||||
|
--disable-doc \
|
||||||
|
--disable-lzmadec \
|
||||||
|
--disable-lzmainfo \
|
||||||
|
--disable-lzma-links \
|
||||||
|
--disable-scripts \
|
||||||
|
--disable-xz \
|
||||||
|
--disable-xzdec \
|
||||||
--enable-symbol-versions=no"
|
--enable-symbol-versions=no"
|
||||||
|
|
||||||
post_makeinstall_target() {
|
|
||||||
rm -rf ${INSTALL}
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user