Browse Source

Makefile.defs: re-enable pkg malloc

- was disabled for compile tests with system malloc
Daniel-Constantin Mierla 9 years ago
parent
commit
543958280f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile.defs

+ 1 - 0
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 \