From 5b73c336dec43628c33ecae5564fb693dd8c8e27 Mon Sep 17 00:00:00 2001 From: Andrew Pogrebennyk Date: Wed, 29 Feb 2012 15:15:40 +0000 Subject: [PATCH] enable system malloc instead of pkg_malloc for fifo commands. - increasing pkg_size was just getting annoying, pkg_malloc is not really suited for more than 10K subscribers. - see this thread for details: http://comments.gmane.org/gmane.comp.voip.openser.user/33936 --- lib/kmi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kmi/Makefile b/lib/kmi/Makefile index a20f006d3..ec0de10c8 100644 --- a/lib/kmi/Makefile +++ b/lib/kmi/Makefile @@ -5,7 +5,7 @@ MAJOR_VER=1 MINOR_VER=0 BUGFIX_VER=0 ## uncomment next line for using system malloc with MI -#DEFS+= -DMI_SYSTEM_MALLOC +DEFS+= -DMI_SYSTEM_MALLOC LIBS= include ../../Makefile.libs