Module: kamailio Branch: master Commit: bcb37da492fad5c6811784370cfd25cb5efdcf64 URL: https://github.com/kamailio/kamailio/commit/bcb37da492fad5c6811784370cfd25cb...
Author: S-P Chan shihping.chan@gmail.com Committer: S-P Chan shihping.chan@gmail.com Date: 2022-12-19T12:05:04+08:00
tlsa: add clarification comment about LIBSSL_STATIC_SRCPATH
* if LIBSSL_STATIC_SRCPATH is set to the installation folder of libssl.a and libcrypto.a, then headers will be in $LIBSSL_STATIC_SRCPATH/../include
* this covers the case where tlsa is built on a system with a local installation of OpenSSL without the source code available
---
Modified: src/modules/tlsa/Makefile
---
Diff: https://github.com/kamailio/kamailio/commit/bcb37da492fad5c6811784370cfd25cb... Patch: https://github.com/kamailio/kamailio/commit/bcb37da492fad5c6811784370cfd25cb...
---
diff --git a/src/modules/tlsa/Makefile b/src/modules/tlsa/Makefile index 528c983b15..28b5c2692d 100644 --- a/src/modules/tlsa/Makefile +++ b/src/modules/tlsa/Makefile @@ -10,7 +10,9 @@ NAME=tlsa.so
# set to yes when wanting to link with static libraries compiled from source LIBSSL_STATIC_SRCLIB ?= no -# set to the path of the folder with static libraries compiled from source +# set to the path of the folder with static libraries compiled from source; +# can also be the folder where static OpenSSL libraries are installed +# in which case headers are expected to be in $LIBSSL_STATIC_SRCPATH/../include LIBSSL_STATIC_SRCPATH ?= /usr/local/src/openssl # or set to the path where the static libraries are installed, for example: # LIBSSL_STATIC_SRCPATH ?= /usr/lib/x86_64-linux-gnu/