mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
talloc: don't build python modules
currently clean builds fail because talloc is looking for python but package.mk doesn't have a dependency on Python3. As only the shared lib is installed to target, but not the python modules, simply disable python modules to fix builds. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
408b7a23ee
commit
d5c5d00b27
@ -23,6 +23,7 @@ configure_package() {
|
||||
--cross-compile \
|
||||
--cross-answers=${PKG_BUILD}/cache.txt \
|
||||
--hostcc=gcc \
|
||||
--disable-python \
|
||||
--disable-rpath \
|
||||
--disable-rpath-install \
|
||||
--disable-rpath-private-install"
|
||||
|
Loading…
x
Reference in New Issue
Block a user