Module: kamailio
Branch: master
Commit: 17e63feb3d372b1d6c2ad71fd1dca0191d83769b
URL: 
https://github.com/kamailio/kamailio/commit/17e63feb3d372b1d6c2ad71fd1dca0191d83769b

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2026-01-12T09:39:14+01:00

tlsa: Makefile - link libz.a and libdl with libssl static from sources

---

Modified: src/modules/tlsa/Makefile

---

Diff:  
https://github.com/kamailio/kamailio/commit/17e63feb3d372b1d6c2ad71fd1dca0191d83769b.diff
Patch: 
https://github.com/kamailio/kamailio/commit/17e63feb3d372b1d6c2ad71fd1dca0191d83769b.patch

---

diff --git a/src/modules/tlsa/Makefile b/src/modules/tlsa/Makefile
index 28b5c2692d3..adfe80bae83 100644
--- a/src/modules/tlsa/Makefile
+++ b/src/modules/tlsa/Makefile
@@ -52,7 +52,8 @@ else
        else
                DEFS += -I$(LIBSSL_STATIC_SRCPATH)/include
        endif
-       LIBS += $(LIBSSL_STATIC_SRCPATH)/libssl.a 
$(LIBSSL_STATIC_SRCPATH)/libcrypto.a
+       LIBS += $(LIBSSL_STATIC_SRCPATH)/libssl.a 
$(LIBSSL_STATIC_SRCPATH)/libcrypto.a \
+                        -l:libz.a -ldl
 endif # ifneq ($(LIBSSL_STATIC_SRCLIB),yes)
 
 else # ifneq ($(SSL_BUILDER),)

_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to