Module: kamailio
Branch: master
Commit: 3ca03821e6920fe57b15a0a46c22c6e9e9299aa3
URL: 
https://github.com/kamailio/kamailio/commit/3ca03821e6920fe57b15a0a46c22c6e9e9299aa3

Author: Xenofon Karamanos <x...@gilawa.com>
Committer: Xenofon Karamanos <x...@gilawa.com>
Date: 2025-08-18T09:43:21Z

cmake: Add missing defintion

---

Modified: cmake/defs.cmake

---

Diff:  
https://github.com/kamailio/kamailio/commit/3ca03821e6920fe57b15a0a46c22c6e9e9299aa3.diff
Patch: 
https://github.com/kamailio/kamailio/commit/3ca03821e6920fe57b15a0a46c22c6e9e9299aa3.patch

---

diff --git a/cmake/defs.cmake b/cmake/defs.cmake
index b6c55adcbef..1cfb7cb5758 100644
--- a/cmake/defs.cmake
+++ b/cmake/defs.cmake
@@ -246,6 +246,10 @@ if(MEMDBG)
   endif()
 endif()
 
+if(MEM_JOIN_FREE)
+  target_compile_definitions(common INTERFACE MEM_JOIN_FREE)
+endif()
+
 if(USE_DNS_FAILOVER)
   target_compile_definitions(common INTERFACE USE_DNS_FAILOVER)
 endif()

_______________________________________________
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