Module: kamailio
Branch: master
Commit: 0fb182720428b276793899debb210279a0b5ec97
URL: 
https://github.com/kamailio/kamailio/commit/0fb182720428b276793899debb210279a0b5ec97

Author: Xenofon Karamanos <x...@gilawa.com>
Committer: Xenofon Karamanos <x...@gilawa.com>
Date: 2025-05-23T11:10:13Z

cmake: Add missing package KSTANDARD

- When `ALL_PACKAGED` is used, KSTANDARD should be built as well, but not KMINI 
which is a subset of it.
- Fix RTP_MEDIA group name

---

Modified: cmake/groups.cmake

---

Diff:  
https://github.com/kamailio/kamailio/commit/0fb182720428b276793899debb210279a0b5ec97.diff
Patch: 
https://github.com/kamailio/kamailio/commit/0fb182720428b276793899debb210279a0b5ec97.patch

---

diff --git a/cmake/groups.cmake b/cmake/groups.cmake
index 90c47413d22..a41560f17fc 100644
--- a/cmake/groups.cmake
+++ b/cmake/groups.cmake
@@ -688,6 +688,7 @@ set(MODULE_GROUP_KRTP_MEDIA_SERVER 
${MOD_LIST_RTP_MEDIA_SERVER})
 set(STATIC_MODULES "")
 
 set(MODULE_GROUP_PACKAGE_GROUPS
+    KSTANDARD
     KPCRE
     KMYSQL
     KPOSTGRES
@@ -748,7 +749,7 @@ set(MODULE_GROUP_PACKAGE_GROUPS
     KNGHTTP2
     KGCRYPT
     KSECSIPID
-    KRT_MEDIA_SERVER
+    KRTP_MEDIA_SERVER
 )
 
 # Add group names to available group and provide "ALL_PACKAGED" as well

_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to