no_tls_openssl_mutex_shared_util
authorVictor Seva <linuxmaniac@torreviejawireless.org>
Tue, 22 Oct 2019 08:41:16 +0000 (10:41 +0200)
committerVictor Seva <vseva@debian.org>
Mon, 20 Nov 2023 11:54:26 +0000 (12:54 +0100)
>
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

index 9112150b8e9eb78ab00fd85cb24b3b1d1b9b38f4..500434367c96c731334067aa200c538d43a48153 100644 (file)
@@ -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