buildrootschalter/package/strongswan/strongswan-0002-fix-dependency-to-libtnccs.patch

27 lines
1.0 KiB
Diff
Raw Normal View History

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