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>
Thu, 17 Feb 2022 22:41:52 +0000 (22:41 +0000)
>
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 32495099c066accaff7b38f330c9350e7e9bb4d4..17c35ce21712ac8101c3f1127529d46da5a18292 100644 (file)
@@ -72,7 +72,7 @@ LIBS+= $(TLS_EXTRA_LIBS)
 # 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