@miconda commented on this pull request.
@@ -5,13 +5,8 @@ include ../../Makefile.defs
auto_gen=
NAME=phonenum.so
-CXX=g++
-LD=g++
-LIB_DIR = /opt/local/lib
-
-LIBS= -L${LIB_DIR} cphonenumber.o -lphonenumber -lgeocoding
-
The cphonenumber.o is needed for linking, not sure it would work without, expecting
missing symbols. Have you started kamailio with this module, or just compiled it?
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3000#pullrequestreview-852973955
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3000/review/852973955(a)github.com>