Module: kamailio
Branch: 4.4
Commit: 543958280f732c5a9de2fbc7f84ae227e6929098
URL:
https://github.com/kamailio/kamailio/commit/543958280f732c5a9de2fbc7f84ae22…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-03-28T11:21:26+02:00
Makefile.defs: re-enable pkg malloc
- was disabled for compile tests with system malloc
---
Modified: Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/543958280f732c5a9de2fbc7f84ae22…
Patch:
https://github.com/kamailio/kamailio/commit/543958280f732c5a9de2fbc7f84ae22…
---
diff --git a/Makefile.defs b/Makefile.defs
index 65e7665..135dd4f 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -626,6 +626,7 @@ C_DEFS= $(extra_defs) \
-DSER_VER=$(SER_VER) \
-DCFG_DIR='"$(cfg_target)"'\
-DRUN_DIR='"$(run_target)"'\
+ -DPKG_MALLOC \
-DSHM_MEM -DSHM_MMAP \
-DDNS_IP_HACK \
-DUSE_MCAST \