[sr-dev] git:master:577ddf62: dnssec: link openssl

Victor Seva linuxmaniac at torreviejawireless.org
Mon Jul 20 09:45:01 CEST 2015


Module: kamailio
Branch: master
Commit: 577ddf62f46d3e06d9ae235fef9cde177020a9d4
URL: https://github.com/kamailio/kamailio/commit/577ddf62f46d3e06d9ae235fef9cde177020a9d4

Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: 2015-07-18T14:39:39+02:00

dnssec: link openssl

Fixes: #253

---

Modified: modules/dnssec/Makefile

---

Diff:  https://github.com/kamailio/kamailio/commit/577ddf62f46d3e06d9ae235fef9cde177020a9d4.diff
Patch: https://github.com/kamailio/kamailio/commit/577ddf62f46d3e06d9ae235fef9cde177020a9d4.patch

---

diff --git a/modules/dnssec/Makefile b/modules/dnssec/Makefile
index e88b4a2..b782087 100644
--- a/modules/dnssec/Makefile
+++ b/modules/dnssec/Makefile
@@ -7,7 +7,7 @@
 include ../../Makefile.defs
 auto_gen=
 NAME=dnssec.so
-LIBS= -lval-threads -lcrypto -lsres -lpthread
+LIBS= -lval-threads -lcrypto -lsres -lpthread -lssl
 
 DEFS+=-DKAMAILIO_MOD_INTERFACE
 




More information about the sr-dev mailing list