Module: kamailio Branch: 5.1 Commit: 1052fae5d616bc42e1fda5165e7ccd46c87dbbc7 URL: https://github.com/kamailio/kamailio/commit/1052fae5d616bc42e1fda5165e7ccd46...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-12-09T13:57:57+01:00
phonenum: linking with libphonenumbers requires -lgeocoding
(cherry picked from commit 3e80324168536fbb97a592254725f2aa6ea589af)
---
Modified: src/modules/phonenum/Makefile
---
Diff: https://github.com/kamailio/kamailio/commit/1052fae5d616bc42e1fda5165e7ccd46... Patch: https://github.com/kamailio/kamailio/commit/1052fae5d616bc42e1fda5165e7ccd46...
---
diff --git a/src/modules/phonenum/Makefile b/src/modules/phonenum/Makefile index b66f2b8c82..4c905cec36 100644 --- a/src/modules/phonenum/Makefile +++ b/src/modules/phonenum/Makefile @@ -9,7 +9,7 @@ CXX=g++ LD=g++ LIB_DIR = /opt/local/lib
-LIBS= -L${LIB_DIR} cphonenumber.o -lphonenumber +LIBS= -L${LIB_DIR} cphonenumber.o -lphonenumber -lgeocoding
DEFS+= -I/opt/local/include -DKAMAILIO_MOD_INTERFACE