Greg Troxel <gdt(a)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.