Module: kamailio Branch: 4.4 Commit: 543958280f732c5a9de2fbc7f84ae227e6929098 URL: https://github.com/kamailio/kamailio/commit/543958280f732c5a9de2fbc7f84ae227e6929098
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> 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/543958280f732c5a9de2fbc7f84ae227e6929098.diff Patch: https://github.com/kamailio/kamailio/commit/543958280f732c5a9de2fbc7f84ae227e6929098.patch --- 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 \ _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
