Module: kamailio Branch: 4.3 Commit: 474ed6547aa71a7cc5e48444fd876a74a183548a URL: https://github.com/kamailio/kamailio/commit/474ed6547aa71a7cc5e48444fd876a74a183548a
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2015-07-20T09:45:44+02:00 dnssec: link openssl Fixes: #253 (cherry picked from commit 577ddf62f46d3e06d9ae235fef9cde177020a9d4) --- Modified: modules/dnssec/Makefile --- Diff: https://github.com/kamailio/kamailio/commit/474ed6547aa71a7cc5e48444fd876a74a183548a.diff Patch: https://github.com/kamailio/kamailio/commit/474ed6547aa71a7cc5e48444fd876a74a183548a.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 _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
