From: Jo-Philipp Wich Date: Thu, 20 Jun 2019 16:07:49 +0000 (+0200) Subject: uhttpd: add direct dependency on libjson-c X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a95ddaba0272f254a3aeade3aa0c086e1625d672;p=openwrt%2Fstaging%2Fthess.git uhttpd: add direct dependency on libjson-c The OpenWrt buildroot ABI version rebuild tracker does not handle transient dependencies, therefor add all libraries linked by uhttpd as direct dependencies to the corresponding binary package definition. This ensures that uhttpd is automatically rebuilt and relinked if any of these libraries has its ABI_VERSION updated in the future. Signed-off-by: Jo-Philipp Wich --- diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index caa59249d3..0738ec68f5 100644 --- a/package/network/services/uhttpd/Makefile +++ b/package/network/services/uhttpd/Makefile @@ -34,7 +34,7 @@ endef define Package/uhttpd $(Package/uhttpd/default) - DEPENDS:=+libubox +libblobmsg-json +libjson-script + DEPENDS:=+libubox +libblobmsg-json +libjson-script +libjson-c endef define Package/uhttpd/description