From ccd252b55369d9a74e515ec5445899ca3ad786b0 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 28 Nov 2006 16:59:17 +0000 Subject: - add openswan support. Compile tested only. Closes #200. --- package/openswan/openswan-2.4.7-003-spi.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/openswan/openswan-2.4.7-003-spi.patch (limited to 'package/openswan/openswan-2.4.7-003-spi.patch') diff --git a/package/openswan/openswan-2.4.7-003-spi.patch b/package/openswan/openswan-2.4.7-003-spi.patch new file mode 100644 index 000000000..438e20972 --- /dev/null +++ b/package/openswan/openswan-2.4.7-003-spi.patch @@ -0,0 +1,12 @@ +--- openswan-2.4.7.orig/programs/spi/spi.c 2006-02-15 05:36:36.000000000 +0100 ++++ openswan-2.4.7/programs/spi/spi.c 2006-11-28 15:52:41.000000000 +0100 +@@ -538,7 +538,9 @@ main(int argc, char *argv[]) + case 'g': + debug = 1; + pfkey_lib_debug = PF_KEY_DEBUG_PARSE_MAX; ++#if !defined(NO_DEBUG) + cur_debugging = 0xffffffff; ++#endif + argcount--; + break; + -- cgit v1.2.3