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:
Matthias Reichl 2024-11-22 22:41:08 +01:00
parent 408b7a23ee
commit d5c5d00b27

View File

@ -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"