aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/procd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-05-09 00:52:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-05-09 00:52:49 +0000
commit4aa9801f75862833caf066c4a7fc7150cc6c9838 (patch)
tree184ba4928a9a216711520de01774ef4e05fd4acf /package/system/procd
parentfee954c9d12f14d80e6986fd2aec5f05a4738c5a (diff)
downloadupstream-4aa9801f75862833caf066c4a7fc7150cc6c9838.tar.gz
upstream-4aa9801f75862833caf066c4a7fc7150cc6c9838.tar.bz2
upstream-4aa9801f75862833caf066c4a7fc7150cc6c9838.zip
procd: add explicit libubox dependency to force rebuild on ABI changes (#16300)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40740 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/procd')
-rw-r--r--package/system/procd/Makefile2
1 files changed, 1 insertions, 1 deletions
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