Module: kamailio
Branch: master
Commit: 5576c5c141aec7a331828296ecbf11dd4cc6265f
URL: 
https://github.com/kamailio/kamailio/commit/5576c5c141aec7a331828296ecbf11dd4cc6265f

Author: Henning Westerholt <[email protected]>
Committer: Henning Westerholt <[email protected]>
Date: 2026-01-07T10:41:58Z

Makefile.groups: reorganize blockchain related modules to be in an individual 
group for easier packaging

---

Modified: src/Makefile.groups

---

Diff:  
https://github.com/kamailio/kamailio/commit/5576c5c141aec7a331828296ecbf11dd4cc6265f.diff
Patch: 
https://github.com/kamailio/kamailio/commit/5576c5c141aec7a331828296ecbf11dd4cc6265f.patch

---

diff --git a/src/Makefile.groups b/src/Makefile.groups
index 28890d4c9d0..2aa79e29394 100644
--- a/src/Makefile.groups
+++ b/src/Makefile.groups
@@ -74,7 +74,7 @@ mod_list_snmpstats=snmpstats
 mod_list_xmpp=xmpp
 
 # - modules depending on curl library
-mod_list_utils=utils http_client lost slack auth_web3
+mod_list_utils=utils http_client lost slack
 
 # - modules depending on curl and libevent2 library
 mod_list_http_async=http_async_client
@@ -235,8 +235,8 @@ mod_list_secsipid=secsipid secsipid_proc
 # - modules depending on oRTP and mediastreamer2 libraries
 mod_list_rtp_media_server=rtp_media_server
 
-# module depending on curl and secp256k1 library
-mod_list_auth_arnacon=auth_arnacon
+# modules depending on curl and secp256k1 library
+mod_list_auth_blockchain=auth_web3 auth_arnacon
 
 # - all modules
 mod_list_all=$(sort $(mod_list_basic) $(mod_list_extra) \
@@ -284,8 +284,8 @@ mod_list_all=$(sort $(mod_list_basic) $(mod_list_extra) \
                           $(mod_list_microhttpd) \
                           $(mod_list_nghttp2) \
                           $(mod_list_gcrypt) \
-                          $(mod_list_auth_arnacon) \
-                          $(mod_list_rtp_media_server)
+                          $(mod_list_rtp_media_server) \
+                          $(mod_list_auth_blockchain)
 
 
 
@@ -473,7 +473,7 @@ module_group_ksctp=$(mod_list_sctp)
 module_group_kautheph=$(mod_list_autheph)
 
 # pkg auth arnacon modules
-module_group_kauth_arnacon=$(mod_list_auth_arnacon)
+module_group_kauth_blockchain=$(mod_list_auth_blockchain)
 
 # pkg gzcompress module
 module_group_kgzcompress=$(mod_list_gzcompress)

_______________________________________________
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!

Reply via email to