mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
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:
committed by
Josef Schlehofer
parent
1305fa9b58
commit
5aa86e05c9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user