Module: kamailio
Branch: master
Commit: 1c9fa44521106968a0c68b2dba96a421ad523fda
URL:
https://github.com/kamailio/kamailio/commit/1c9fa44521106968a0c68b2dba96a42…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2021-08-11T10:16:23+02:00
modules: readme files regenerated - tlsa ... [skip ci]
---
Modified: src/modules/tlsa/README
---
Diff:
https://github.com/kamailio/kamailio/commit/1c9fa44521106968a0c68b2dba96a42…
Patch:
https://github.com/kamailio/kamailio/commit/1c9fa44521106968a0c68b2dba96a42…
---
diff --git a/src/modules/tlsa/README b/src/modules/tlsa/README
index 100da0fed4..ed29072e58 100644
--- a/src/modules/tlsa/README
+++ b/src/modules/tlsa/README
@@ -53,3 +53,8 @@ Chapter 1. Admin Guide
not support same static linking options. Also, some operating systems
may provide only dynamic libssl and libcrypto libraries via their
packages.
+
+ NOTE: edit the Makefile in the module folder and update it accordingly
+ to set the path to libssl and libcrypto libraries specific to own
+ system when not wanting to use "pkg-config" (e.g., when having these
+ libraries compiled from sources).