From d5c5d00b275505f174e8c66e2a69aa8ecb96bd18 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Fri, 22 Nov 2024 22:41:08 +0100 Subject: [PATCH] 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 --- packages/devel/talloc/package.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/devel/talloc/package.mk b/packages/devel/talloc/package.mk index 49f8b873d0..b9df4822ac 100644 --- a/packages/devel/talloc/package.mk +++ b/packages/devel/talloc/package.mk @@ -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"