From bcb37da492fad5c6811784370cfd25cb5efdcf64 Mon Sep 17 00:00:00 2001 From: S-P Chan Date: Mon, 19 Dec 2022 11:58:09 +0800 Subject: [PATCH] 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 --- src/modules/tlsa/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/tlsa/Makefile b/src/modules/tlsa/Makefile index 528c983b159..28b5c2692d3 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/