strongswan-0002-fix-dependency-to-libtnccs.patch 1.0 KB

1234567891011121314151617181920212223242526
  1. It looks like there is a typing error in dependencies of tnccs_20.
  2. Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
  3. --- a/configure 2013-08-19 12:09:33.934651935 +0200
  4. +++ b/configure 2013-08-19 11:50:34.465118187 +0200
  5. @@ -15897,7 +15897,7 @@
  6. radius=true;
  7. fi
  8. -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
  9. +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
  10. tnc_tnccs=true;
  11. fi
  12. --- a/configure.in 2013-08-19 12:08:41.762913778 +0200
  13. +++ b/configure.in 2013-08-19 11:50:22.222886206 +0200
  14. @@ -317,7 +317,7 @@
  15. radius=true;
  16. fi
  17. -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
  18. +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
  19. tnc_tnccs=true;
  20. fi