[sr-dev] git:master:162c1d8f: tlsa: Makefile - comment to set lib path to installation folder

Daniel-Constantin Mierla miconda at gmail.com
Wed Aug 11 10:06:13 CEST 2021


Module: kamailio
Branch: master
Commit: 162c1d8f1d3522fa937bc1869fe65ad87d4e3680
URL: https://github.com/kamailio/kamailio/commit/162c1d8f1d3522fa937bc1869fe65ad87d4e3680

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2021-08-11T09:59:40+02:00

tlsa: Makefile - comment to set lib path to installation folder

- GH #2815

---

Modified: src/modules/tlsa/Makefile

---

Diff:  https://github.com/kamailio/kamailio/commit/162c1d8f1d3522fa937bc1869fe65ad87d4e3680.diff
Patch: https://github.com/kamailio/kamailio/commit/162c1d8f1d3522fa937bc1869fe65ad87d4e3680.patch

---

diff --git a/src/modules/tlsa/Makefile b/src/modules/tlsa/Makefile
index eb01df99aa..9295898aad 100644
--- a/src/modules/tlsa/Makefile
+++ b/src/modules/tlsa/Makefile
@@ -12,6 +12,8 @@ NAME=tlsa.so
 LIBSSL_STATIC_SRCLIB ?= no
 # set to the path of the folder with static libraries compiled from source
 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/
 
 ifeq ($(CROSS_COMPILE),)
 SSL_BUILDER=$(shell \




More information about the sr-dev mailing list