From: Victor Seva Date: Tue, 22 Oct 2019 08:41:16 +0000 (+0200) Subject: no_tls_openssl_mutex_shared_util X-Git-Tag: archive/raspbian/5.7.2-1+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9e0a9d35f8a3fc6c5287eadce0aaf7480714701b;p=kamailio.git 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 --- 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