From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 9 May 2014 00:52:49 +0000 (+0000)
Subject: procd: add explicit libubox dependency to force rebuild on ABI changes (#16300)
X-Git-Tag: reboot~7282
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=93d8170084e21e2e5daef3a1dfab652ae3d13aaa;p=openwrt%2Fstaging%2Fxback.git

procd: add explicit libubox dependency to force rebuild on ABI changes (#16300)

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

SVN-Revision: 40740
---

diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 2c7158dd7c..0c39d17632 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -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 +libubox
+  DEPENDS:=+ubusd +ubus +libjson-script +ubox +USE_EGLIBC:librt +libubox +libubus
   TITLE:=OpenWrt system process manager
 endef