ubox: add explicit dependency on libubus to catch ABI changes

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 41389
v19.07.3_mercusys_ac12_duma
Felix Fietkau 10 years ago
parent 6e59193e88
commit bf90d46933

@ -24,7 +24,7 @@ TARGET_LDFLAGS += $(if $(CONFIG_USE_EGLIBC),-lrt)
define Package/ubox
SECTION:=base
CATEGORY:=Base system
DEPENDS:=+libubox +ubusd +ubus +libuci +USE_EGLIBC:librt
DEPENDS:=+libubox +ubusd +ubus +libubus +libuci +USE_EGLIBC:librt
TITLE:=OpenWrt system helper toolbox
endef

Loading…
Cancel
Save