unset INITRAMFS_SOURCE if appropriate
[buildroot.git] / package / openswan / openswan-2.4.9-004-alloc.patch
blob8df99234a447e1157e92be883bce9f80b47e2fdf
1 --- openswan-2.4.7.orig/lib/libopenswan/alloc.c 2004-10-17 01:42:13.000000000 +0200
2 +++ openswan-2.4.7/lib/libopenswan/alloc.c 2006-11-28 16:06:27.000000000 +0100
3 @@ -26,7 +26,9 @@
4 #include "constants.h"
5 #include "oswlog.h"
7 +#if !defined(NO_DEBUG)
8 #define LEAK_DETECTIVE
9 +#endif
10 #include "oswalloc.h"
12 const chunk_t empty_chunk = { NULL, 0 };