diff options
Diffstat (limited to 'package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch')
-rw-r--r-- | package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch b/package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch deleted file mode 100644 index 059fc424c2..0000000000 --- a/package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch +++ /dev/null @@ -1,26 +0,0 @@ -It looks like there is a typing error in dependencies of tnccs_20. - -Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> - ---- a/configure 2013-08-19 12:09:33.934651935 +0200 -+++ b/configure 2013-08-19 11:50:34.465118187 +0200 -@@ -15897,7 +15897,7 @@ - radius=true; - fi - --if test x$tnc_imc = xtrue -o x$tnc_imv = xtrue -o x$tnccs_11 = xtrue -o x$tnccs_11 = xtrue -o x$tnccs_dynamic = xtrue -o x$eap_tnc = xtrue; then -+if test x$tnc_imc = xtrue -o x$tnc_imv = xtrue -o x$tnccs_11 = xtrue -o x$tnccs_20 = xtrue -o x$tnccs_dynamic = xtrue -o x$eap_tnc = xtrue; then - tnc_tnccs=true; - fi - ---- a/configure.in 2013-08-19 12:08:41.762913778 +0200 -+++ b/configure.in 2013-08-19 11:50:22.222886206 +0200 -@@ -317,7 +317,7 @@ - radius=true; - fi - --if test x$tnc_imc = xtrue -o x$tnc_imv = xtrue -o x$tnccs_11 = xtrue -o x$tnccs_11 = xtrue -o x$tnccs_dynamic = xtrue -o x$eap_tnc = xtrue; then -+if test x$tnc_imc = xtrue -o x$tnc_imv = xtrue -o x$tnccs_11 = xtrue -o x$tnccs_20 = xtrue -o x$tnccs_dynamic = xtrue -o x$eap_tnc = xtrue; then - tnc_tnccs=true; - fi - |