procd: depend on libubox directly to rebuild on ABI changes

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

SVN-Revision: 39724
This commit is contained in:
Felix Fietkau 2014-02-23 17:32:18 +00:00
parent a15524582c
commit a42b421c79

View file

@ -25,7 +25,7 @@ TARGET_LDFLAGS += $(if $(CONFIG_USE_EGLIBC),-lrt)
define Package/procd
SECTION:=base
CATEGORY:=Base system
DEPENDS:=+ubusd +ubus +libjson-script +ubox +USE_EGLIBC:librt
DEPENDS:=+ubusd +ubus +libjson-script +ubox +USE_EGLIBC:librt +libubox
TITLE:=OpenWrt system process manager
endef