Module: kamailio Branch: master Commit: 4250235e77c6384be20235b1cf01cc20abaa922d URL: https://github.com/kamailio/kamailio/commit/4250235e77c6384be20235b1cf01cc20abaa922d
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2015-07-20T09:44:56+02:00 Merge pull request #254 from linuxmaniac/vseva/dnssec dnssec: link openssl --- Modified: modules/dnssec/Makefile --- Diff: https://github.com/kamailio/kamailio/commit/4250235e77c6384be20235b1cf01cc20abaa922d.diff Patch: https://github.com/kamailio/kamailio/commit/4250235e77c6384be20235b1cf01cc20abaa922d.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
