mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
pvr.iptvsimple: use non sysroot xz
This commit is contained in:
parent
c53f3c3e86
commit
68ab1109c2
@ -17,3 +17,9 @@ PKG_LONGDESC="pvr.iptvsimple"
|
|||||||
|
|
||||||
PKG_IS_ADDON="yes"
|
PKG_IS_ADDON="yes"
|
||||||
PKG_ADDON_TYPE="xbmc.pvrclient"
|
PKG_ADDON_TYPE="xbmc.pvrclient"
|
||||||
|
|
||||||
|
pre_configure_target() {
|
||||||
|
ls -la ../Findlzma.cmake
|
||||||
|
sed -i -e "s#^find_path(LZMA_INCLUDE_DIRS lzma.h#find_path(LZMA_INCLUDE_DIRS lzma.h PATHS $(get_install_dir xz)/usr/include NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH#" \
|
||||||
|
-e "s#^find_library(LZMA_LIBRARIES NAMES lzma liblzma#find_library(LZMA_LIBRARIES NAMES lzma liblzma PATHS $(get_install_dir xz)/usr/lib NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH#" ../Findlzma.cmake
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user