Module: kamailio
Branch: 5.7
Commit: c5a22a4bfc9310f41facf8dfe8aa9c610f432817
URL:
https://github.com/kamailio/kamailio/commit/c5a22a4bfc9310f41facf8dfe8aa9c6…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-05-17T11:29:20+02:00
Makefile.defs: set LIBSSL_SET_MUTEX_SHARED by default to 1
- one can set LIBSSL_SET_MUTEX_SHARED=0 in make command line to switch
to detection mode if it is need to set it or not based on libssl
version
- GH #3458, GH #3384
(cherry picked from commit 5e0fb402a7755ea22c41c0b8fcefbdf9694442b8)
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/c5a22a4bfc9310f41facf8dfe8aa9c6…
Patch:
https://github.com/kamailio/kamailio/commit/c5a22a4bfc9310f41facf8dfe8aa9c6…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index bd15e29269d..78a2dcc87ec 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -181,7 +181,7 @@ LD_EXTRA_OPTS ?=
# enable workaround for libssl 1.1+ to set shared mutex attribute
-LIBSSL_SET_MUTEX_SHARED ?=
+LIBSSL_SET_MUTEX_SHARED ?= 1
ifneq ($(LIBSSL_SET_MUTEX_SHARED), 1)
ifeq ($(CROSS_COMPILE),)