Skip to content

Commit

Permalink
Makefile.defs: set LIBSSL_SET_MUTEX_SHARED by default to 1
Browse files Browse the repository at this point in the history
- one can set LIBSSL_SET_MUTEX_SHARED=0 in make command line to switch
  to detection mode if it is need to set it or not based on libssl
  version
- GH #3458, GH #3384
  • Loading branch information
miconda committed May 17, 2023
1 parent 2eb17e9 commit 5e0fb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.defs
Expand Up @@ -181,7 +181,7 @@ LD_EXTRA_OPTS ?=


# enable workaround for libssl 1.1+ to set shared mutex attribute
LIBSSL_SET_MUTEX_SHARED ?=
LIBSSL_SET_MUTEX_SHARED ?= 1
ifneq ($(LIBSSL_SET_MUTEX_SHARED), 1)

ifeq ($(CROSS_COMPILE),)
Expand Down

0 comments on commit 5e0fb40

Please sign in to comment.