mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
commit
30087a0241
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="xz"
|
||||
PKG_VERSION="5.2.6"
|
||||
PKG_SHA256="e076ba3439cb7cfc45b908c869f51a8c89f3c9ee9ee982fde28849c015e723a7"
|
||||
PKG_VERSION="5.2.7"
|
||||
PKG_SHA256="8712e9acb0b6b49a97d443458a3067dc5c08a025e02dc5f773176c51dd7cfc69"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://tukaani.org/xz/"
|
||||
PKG_URL="https://tukaani.org/xz/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
@ -12,6 +12,7 @@ PKG_DEPENDS_HOST="ccache:host"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="A free general-purpose data compression software with high compression ratio."
|
||||
PKG_BUILD_FLAGS="+pic +pic:host"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
# never build shared or k0p happens when building
|
||||
# on fedora due to host selinux/liblzma
|
||||
@ -19,10 +20,12 @@ PKG_CONFIGURE_OPTS_HOST="--disable-shared --enable-static \
|
||||
--disable-lzmadec \
|
||||
--disable-lzmainfo \
|
||||
--enable-lzma-links \
|
||||
--disable-nls \
|
||||
--disable-scripts \
|
||||
--disable-nls"
|
||||
--enable-symbol-versions=no"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static"
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static \
|
||||
--enable-symbol-versions=no"
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf ${INSTALL}
|
||||
|
Loading…
x
Reference in New Issue
Block a user