libteam: disable zmq and dbus

Fix build error when zmq or dbus is detected by autoconf.

Signed-off-by: Qingfang Deng <dqfext@gmail.com>
This commit is contained in:
Qingfang Deng
2026-01-12 09:50:43 +08:00
committed by Josef Schlehofer
parent 1305fa9b58
commit 5aa86e05c9

View File

@@ -19,7 +19,10 @@ PKG_LICENSE_FILES:=COPYING
include $(INCLUDE_DIR)/package.mk
CONFIGURE_ARGS+=--disable-static
CONFIGURE_ARGS+=\
--disable-static \
--disable-dbus \
--disable-zmq
define Package/libteam/default
SECTION:=libs