Module: kamailio Branch: master Commit: b038f1d6641d44907e64a676a2aa3d99ea932119 URL: https://github.com/kamailio/kamailio/commit/b038f1d6641d44907e64a676a2aa3d99...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: 2016-02-26T16:40:44+01:00
dnssec Find library in /usr/local too
---
Modified: modules/dnssec/Makefile
---
Diff: https://github.com/kamailio/kamailio/commit/b038f1d6641d44907e64a676a2aa3d99... Patch: https://github.com/kamailio/kamailio/commit/b038f1d6641d44907e64a676a2aa3d99...
---
diff --git a/modules/dnssec/Makefile b/modules/dnssec/Makefile index 1c7e2de..d357201 100644 --- a/modules/dnssec/Makefile +++ b/modules/dnssec/Makefile @@ -7,10 +7,14 @@ include ../../Makefile.defs auto_gen= NAME=dnssec.so -LIBS= -lval-threads -lcrypto -lsres -lpthread -lssl + +DEFS+=-I$(LOCALBASE)/include + +LIBS+=-L$(LOCALBASE)/lib +LIBS+= -lval-threads -lcrypto -lsres -lpthread -lssl
DEFS+=-DKAMAILIO_MOD_INTERFACE -DEFS +=-I$(LOCALBASE)/include +
SERLIBPATH=../../lib SER_LIBS+=$(SERLIBPATH)/kmi/kmi