Module: kamailio
Branch: master
Commit: 5e0fb402a7755ea22c41c0b8fcefbdf9694442b8
URL:
https://github.com/kamailio/kamailio/commit/5e0fb402a7755ea22c41c0b8fcefbdf…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-05-17T11:24:58+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
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/5e0fb402a7755ea22c41c0b8fcefbdf…
Patch:
https://github.com/kamailio/kamailio/commit/5e0fb402a7755ea22c41c0b8fcefbdf…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index a40cfa55cd3..ca7d525b688 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),)