From 34e2e52ef5a882003b9989303380ec8674944ef0 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Tue, 22 Oct 2019 10:41:16 +0200 Subject: [PATCH] no_tls_openssl_mutex_shared_util > https://github.com/kamailio/kamailio/commit/a0ca4cd43f098d10aa5aadcc18453cbd0120dcef ``` **IMPORTANT: the workaround of using this preloaded shared library is no longer needed starting with Kamailio v5.3.0-pre1 (git master branch after September 14, 2019). The code of this shared library has been included in the core of Kamailio and the same behaviour is now achieved by default.** ``` Gbp-Pq: Name no_tls_openssl_mutex_shared_util.patch --- src/modules/tls/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/tls/Makefile b/src/modules/tls/Makefile index 9112150b..50043436 100644 --- a/src/modules/tls/Makefile +++ b/src/modules/tls/Makefile @@ -72,7 +72,7 @@ LIBS+= $(TLS_EXTRA_LIBS) -lpthread # dcm: tls.cfg installed via local 'install-cfg' to update paths #MOD_INSTALL_CFGS=tls.cfg -MOD_INSTALL_UTILS=utils/openssl_mutex_shared +MOD_INSTALL_UTILS= include ../../Makefile.modules -- 2.30.2