001-no_libfl.patch 839 B

1234567891011121314151617181920212223242526
  1. Index: ipsec-tools-0.6.6/src/racoon/cftoken.l
  2. ===================================================================
  3. --- ipsec-tools-0.6.6.orig/src/racoon/cftoken.l 2007-06-04 13:22:36.567296208 +0200
  4. +++ ipsec-tools-0.6.6/src/racoon/cftoken.l 2007-06-04 13:22:36.646284200 +0200
  5. @@ -105,6 +105,8 @@
  6. static int incstackp = 0;
  7. static int yy_first_time = 1;
  8. +
  9. +int yywrap(void) { return 1; }
  10. %}
  11. /* common seciton */
  12. Index: ipsec-tools-0.6.6/src/setkey/token.l
  13. ===================================================================
  14. --- ipsec-tools-0.6.6.orig/src/setkey/token.l 2007-06-04 13:22:36.575294992 +0200
  15. +++ ipsec-tools-0.6.6/src/setkey/token.l 2007-06-04 13:22:36.646284200 +0200
  16. @@ -84,6 +84,8 @@
  17. #ifndef SADB_X_EALG_AESCTR
  18. #define SADB_X_EALG_AESCTR (-1)
  19. #endif
  20. +
  21. +int yywrap(void) { return 1; }
  22. %}
  23. /* common section */