Module: kamailio
Branch: master
Commit: 2d59d44dd620c597e69f7f1b3d6a9d1b3d410ae3
URL:
https://github.com/kamailio/kamailio/commit/2d59d44dd620c597e69f7f1b3d6a9d1…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2024-12-03T16:55:57+01:00
cmake/os-specific/darwin.cmake: added compile flag HAVE_MSGHDR_MSG_CONTROL
---
Modified: cmake/os-specific/darwin.cmake
---
Diff:
https://github.com/kamailio/kamailio/commit/2d59d44dd620c597e69f7f1b3d6a9d1…
Patch:
https://github.com/kamailio/kamailio/commit/2d59d44dd620c597e69f7f1b3d6a9d1…
---
diff --git a/cmake/os-specific/darwin.cmake b/cmake/os-specific/darwin.cmake
index 9fcc61f628d..5af299c2681 100644
--- a/cmake/os-specific/darwin.cmake
+++ b/cmake/os-specific/darwin.cmake
@@ -10,6 +10,7 @@ target_compile_definitions(
HAVE_UNION_SEMUN
HAVE_SCHED_YIELD
USE_ANON_MMAP
+ HAVE_MSGHDR_MSG_CONTROL
NDEBUG # NDEBUG used to turn off assert (assert wants to call
# eprintf which doesn't seem to be defined in any shared lib
HAVE_CONNECT_ECONNRESET_BUG