From: Felix Fietkau Date: Sun, 29 Jun 2014 15:41:39 +0000 (+0000) Subject: ubox: add explicit dependency on libubus to catch ABI changes X-Git-Tag: reboot~6753 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=bf90d46933fb715be235e3bd1f5fcb1f26e29bb8;p=openwrt%2Fopenwrt.git ubox: add explicit dependency on libubus to catch ABI changes Signed-off-by: Felix Fietkau SVN-Revision: 41389 --- diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile index 9128a8d8e6..5a94f6b379 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ubox/Makefile @@ -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