This patch adds -DOPENSER_MOD_INTERFACE to the modules Makefile, this is needed to make Kamailio modules compile with the sip router core. --- modules/acc/Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/acc/Makefile b/modules/acc/Makefile index 395d79f..a25c0f5 100644 --- a/modules/acc/Makefile +++ b/modules/acc/Makefile @@ -28,4 +28,6 @@ ifeq ($(ENABLE_DIAMETER_ACC),true) DEFS+=-DDIAM_ACC endif
+DEFS+=-DOPENSER_MOD_INTERFACE + include ../../Makefile.modules