aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ipsec-tools/files
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-07-14 12:55:12 -0700
committerTom Rini <tom_rini@mentor.com>2010-07-14 12:55:12 -0700
commit350abdb99e27b56aefb0521d2254c4f40e81f3d3 (patch)
treecd7aab482a645408168840b2a1d3da31f46fa371 /recipes/ipsec-tools/files
parent8a68f0d1c47b7d802018a3cacd4dc1cc113194cf (diff)
downloadopenembedded-350abdb99e27b56aefb0521d2254c4f40e81f3d3.tar.gz
ipsec-tools: Add a patch to not 'install' vmbuf.h twice
Patch taken form pld-linux.org Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/ipsec-tools/files')
-rw-r--r--recipes/ipsec-tools/files/ipsec-tools-install.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/ipsec-tools/files/ipsec-tools-install.patch b/recipes/ipsec-tools/files/ipsec-tools-install.patch
new file mode 100644
index 0000000000..6b9c39b6de
--- /dev/null
+++ b/recipes/ipsec-tools/files/ipsec-tools-install.patch
@@ -0,0 +1,14 @@
+Taken from pld-linux.org:
+http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ipsec-tools/ipsec-tools-install.patch
+
+--- ipsec-tools-0.7.2/src/racoon/Makefile.am~ 2008-07-23 13:48:40.000000000 +0200
++++ ipsec-tools-0.7.2/src/racoon/Makefile.am 2009-07-04 01:43:48.148433975 +0200
+@@ -3,7 +3,7 @@
+ sbin_PROGRAMS = racoon racoonctl plainrsa-gen
+ noinst_PROGRAMS = eaytest
+ include_racoon_HEADERS = racoonctl.h var.h vmbuf.h misc.h gcmalloc.h admin.h \
+- schedule.h sockmisc.h vmbuf.h isakmp_var.h isakmp.h isakmp_xauth.h \
++ schedule.h sockmisc.h isakmp_var.h isakmp.h isakmp_xauth.h \
+ isakmp_cfg.h isakmp_unity.h ipsec_doi.h evt.h
+ lib_LTLIBRARIES = libracoon.la
+