Explorar o código

Define OPENSER_MOD_INTERFACE in Makefile.

This patch adds -DOPENSER_MOD_INTERFACE to the modules Makefile, this
is needed to make Kamailio modules compile with the sip router core.
Jan Janak %!s(int64=16) %!d(string=hai) anos
pai
achega
20efc4fa10
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      modules_k/regex/Makefile

+ 2 - 0
modules_k/regex/Makefile

@@ -6,4 +6,6 @@ NAME=regex.so
 DEFS+=-I$(LOCALBASE)/include
 LIBS=-L$(LOCALBASE)/lib -lpcre
 
+DEFS+=-DOPENSER_MOD_INTERFACE
+
 include ../../Makefile.modules