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:
parent
a15524582c
commit
a42b421c79
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue