refresh all package patches in the buildroot using quilt
[openwrt/svn-archive/archive.git] / package / ipsec-tools / patches / 001-no_libfl.patch
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
8 static int yy_first_time = 1;
9 +
10 +int yywrap(void) { return 1; }
11 %}
12
13 /* common seciton */
14 Index: ipsec-tools-0.6.6/src/setkey/token.l
15 ===================================================================
16 --- ipsec-tools-0.6.6.orig/src/setkey/token.l 2007-06-04 13:22:36.575294992 +0200
17 +++ ipsec-tools-0.6.6/src/setkey/token.l 2007-06-04 13:22:36.646284200 +0200
18 @@ -84,6 +84,8 @@
19 #ifndef SADB_X_EALG_AESCTR
20 #define SADB_X_EALG_AESCTR (-1)
21 #endif
22 +
23 +int yywrap(void) { return 1; }
24 %}
25
26 /* common section */