The carrierroute module needs crc32_uint function which is missing in the sip router core, the function is present in libkcore --- modules/carrierroute/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/carrierroute/Makefile b/modules/carrierroute/Makefile index 44106b3..64d364c 100644 --- a/modules/carrierroute/Makefile +++ b/modules/carrierroute/Makefile @@ -27,6 +27,6 @@ LIBS=$(CONFUSELIBS) DEFS+=-DOPENSER_MOD_INTERFACE
SERLIBPATH=../../lib -SER_LIBS+=$(SERLIBPATH)/trie/trie $(SERLIBPATH)/srdb1/srdb1 $(SERLIBPATH)/kmi/kmi +SER_LIBS+=$(SERLIBPATH)/trie/trie $(SERLIBPATH)/srdb1/srdb1 $(SERLIBPATH)/kmi/kmi $(SERLIBPATH)/kcore/kcore
include ../../Makefile.modules