mirror of https://github.com/hak5/openwrt.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 <jo@mein.io>
(cherry picked from commit a95ddaba02
)
openwrt-19.07
parent
a2a311fc2b
commit
190c5626ff
|
@ -34,7 +34,7 @@ endef
|
||||||
|
|
||||||
define Package/uhttpd
|
define Package/uhttpd
|
||||||
$(Package/uhttpd/default)
|
$(Package/uhttpd/default)
|
||||||
DEPENDS:=+libubox +libblobmsg-json +libjson-script
|
DEPENDS:=+libubox +libblobmsg-json +libjson-script +libjson-c
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/uhttpd/description
|
define Package/uhttpd/description
|
||||||
|
|
Loading…
Reference in New Issue