Module: kamailio Branch: master Commit: 577ddf62f46d3e06d9ae235fef9cde177020a9d4 URL: https://github.com/kamailio/kamailio/commit/577ddf62f46d3e06d9ae235fef9cde177020a9d4
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> 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 _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
