2
0
Эх сурвалжийг харах

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 16 жил өмнө
parent
commit
20efc4fa10

+ 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