loader: Sync load- and build-time deps.

In MODULEINFO, each depend has to be listed in .requires of AST_MODULE_INFO.

ASTERISK-29148

Change-Id: I254dd33194ae38d2877b8021c57c2a5deb6bbcd2
This commit is contained in:
Alexander Traud
2020-11-02 08:24:42 +01:00
committed by George Joseph
parent 994fbdaf48
commit bf9f0f13c4
9 changed files with 13 additions and 3 deletions

View File

@@ -697,4 +697,5 @@ AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_DEFAULT, "HTTP Media Cache Backend
.load = load_module,
.reload = reload_module,
.unload = unload_module,
.requires = "res_http_media_cache",
);