diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-05-09 00:52:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-05-09 00:52:49 +0000 |
commit | 4aa9801f75862833caf066c4a7fc7150cc6c9838 (patch) | |
tree | 184ba4928a9a216711520de01774ef4e05fd4acf | |
parent | fee954c9d12f14d80e6986fd2aec5f05a4738c5a (diff) | |
download | master-187ad058-4aa9801f75862833caf066c4a7fc7150cc6c9838.tar.gz master-187ad058-4aa9801f75862833caf066c4a7fc7150cc6c9838.tar.bz2 master-187ad058-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
-rw-r--r-- | package/system/procd/Makefile | 2 |
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 |