diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2010-01-09 23:20:49 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2010-01-09 23:20:49 +0000 |
commit | 37709155f509a0defe557ce15e9de9a191a1b03f (patch) | |
tree | a64c61b87359d89a71e01ec95639c1fe95bcaf5f /net-firewall/ipsec-tools/files | |
parent | Bug #283320: linux-info changes require that linux_config_exists is called be... (diff) | |
download | historical-37709155f509a0defe557ce15e9de9a191a1b03f.tar.gz historical-37709155f509a0defe557ce15e9de9a191a1b03f.tar.bz2 historical-37709155f509a0defe557ce15e9de9a191a1b03f.zip |
Fixing duplicate filename in automake.am include header, patch thanks to Martin Väth <vaeth@mathematik.uni-wuerzburg.de> , bug #300161
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'net-firewall/ipsec-tools/files')
-rw-r--r-- | net-firewall/ipsec-tools/files/ipsec-tools-duplicate-header.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-firewall/ipsec-tools/files/ipsec-tools-duplicate-header.patch b/net-firewall/ipsec-tools/files/ipsec-tools-duplicate-header.patch new file mode 100644 index 000000000000..6e8480405851 --- /dev/null +++ b/net-firewall/ipsec-tools/files/ipsec-tools-duplicate-header.patch @@ -0,0 +1,11 @@ +--- src/racoon/Makefile.am ++++ src/racoon/Makefile.am +@@ -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 + |