1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-19 23:28:29 +02:00

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

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

SVN-Revision: 40740
This commit is contained in:
Felix Fietkau 2014-05-09 00:52:49 +00:00
parent 7991b5ad66
commit 93d8170084

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 +libubox
DEPENDS:=+ubusd +ubus +libjson-script +ubox +USE_EGLIBC:librt +libubox +libubus
TITLE:=OpenWrt system process manager
endef