aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-06-20 18:07:49 +0200
committerJo-Philipp Wich <jo@mein.io>2019-08-18 20:01:58 +0200
commit190c5626ff4ee072aea8774fe78c700251bfa0a4 (patch)
treeadfd8d6943949b1d8863bb976b8059075e6ff35a /package/network
parenta2a311fc2bc1261aa5291593823cc4ccb5f0934f (diff)
downloadupstream-190c5626ff4ee072aea8774fe78c700251bfa0a4.tar.gz
upstream-190c5626ff4ee072aea8774fe78c700251bfa0a4.tar.bz2
upstream-190c5626ff4ee072aea8774fe78c700251bfa0a4.zip
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 <jo@mein.io> (cherry picked from commit a95ddaba0272f254a3aeade3aa0c086e1625d672)
Diffstat (limited to 'package/network')
-rw-r--r--package/network/services/uhttpd/Makefile2
1 files changed, 1 insertions, 1 deletions
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