summaryrefslogtreecommitdiffstats
path: root/package/openswan/openswan-2.4.9-004-alloc.patch
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-18 13:02:25 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-18 13:02:25 +0000
commitacf1168bcac651877d11241ef373081c178d4f1a (patch)
treef870ed5da69ceef939d3af015c9de39d928be45f /package/openswan/openswan-2.4.9-004-alloc.patch
parentbe10c4a8c935671cca3064f556091dc247f5960a (diff)
downloadbuildroot-novena-acf1168bcac651877d11241ef373081c178d4f1a.tar.gz
buildroot-novena-acf1168bcac651877d11241ef373081c178d4f1a.zip
- bump version to 2.4.9
Diffstat (limited to 'package/openswan/openswan-2.4.9-004-alloc.patch')
-rw-r--r--package/openswan/openswan-2.4.9-004-alloc.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/openswan/openswan-2.4.9-004-alloc.patch b/package/openswan/openswan-2.4.9-004-alloc.patch
new file mode 100644
index 000000000..8df99234a
--- /dev/null
+++ b/package/openswan/openswan-2.4.9-004-alloc.patch
@@ -0,0 +1,12 @@
+--- openswan-2.4.7.orig/lib/libopenswan/alloc.c 2004-10-17 01:42:13.000000000 +0200
++++ openswan-2.4.7/lib/libopenswan/alloc.c 2006-11-28 16:06:27.000000000 +0100
+@@ -26,7 +26,9 @@
+ #include "constants.h"
+ #include "oswlog.h"
+
++#if !defined(NO_DEBUG)
+ #define LEAK_DETECTIVE
++#endif
+ #include "oswalloc.h"
+
+ const chunk_t empty_chunk = { NULL, 0 };