Bläddra i källkod

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
S-P Chan 2 år sedan
förälder
incheckning
bcb37da492
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3 1
      src/modules/tlsa/Makefile

+ 3 - 1
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/