Module: kamailio Branch: master Commit: a81314d602fe7f9bb550ac2853f4f782c3d899b9 URL: https://github.com/kamailio/kamailio/commit/a81314d602fe7f9bb550ac2853f4f782c3d899b9
Author: Ariana <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2026-01-05T10:52:42+01:00 cmake: add auth_arnacon to MOD_LIST_UTILS group - Add auth_arnacon module to curl-dependent modules list - Ensures proper dependency handling during build --- Modified: cmake/groups.cmake --- Diff: https://github.com/kamailio/kamailio/commit/a81314d602fe7f9bb550ac2853f4f782c3d899b9.diff Patch: https://github.com/kamailio/kamailio/commit/a81314d602fe7f9bb550ac2853f4f782c3d899b9.patch --- diff --git a/cmake/groups.cmake b/cmake/groups.cmake index 4e754715c95..b2a19f900dc 100644 --- a/cmake/groups.cmake +++ b/cmake/groups.cmake @@ -181,7 +181,7 @@ set(MOD_LIST_SNMPSTATS snmpstats) set(MOD_LIST_XMPP xmpp) # * modules depending on curl library -set(MOD_LIST_UTILS utils http_client lost slack auth_web3) +set(MOD_LIST_UTILS utils http_client lost slack auth_web3 auth_arnacon) # * modules depending on curl and libevent2 library set(MOD_LIST_HTTP_ASYNC http_async_client) _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
