[sr-dev] pthread mutex and openssl 1.1

Greg Troxel gdt at lexort.com
Tue Mar 17 01:03:38 CET 2020


Greg Troxel <gdt at lexort.com> writes:

> There is -DKSR_PTHREAD_MUTEX_SHARED defined:
>
> ifeq ($(LIBSSL_SET_MUTEX_SHARED), 1)
> CC_PMUTEX_OPTS = -pthread -DKSR_PTHREAD_MUTEX_SHARED
> LD_PMUTEX_OPTS = -pthread -rdynamic -Wl,-Bsymbolic-functions
> else
> CC_PMUTEX_OPTS =
> LD_PMUTEX_OPTS =
> endif

I forced this off, and my binaries do not seem to have been linked with
pthread, and kamailo starts and runs a bunch of processes.  Obviously I
need to configure and test, but I'm not at all sure what I did was
right.



More information about the sr-dev mailing list