aboutsummaryrefslogtreecommitdiffstats
path: root/package/ipsec-tools/patches/01-no_libfl.patch
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-12-09 10:02:08 +0000
committerNicolas Thill <nico@openwrt.org>2005-12-09 10:02:08 +0000
commitcf2c8302d6b0b8d5ea040e253f721ba74fe5acb4 (patch)
tree3edf561c35ce1f9323241e3cc9184e511fede720 /package/ipsec-tools/patches/01-no_libfl.patch
parentbb389764b1f56e0a878d5de2181aed1d9912bf51 (diff)
downloadupstream-cf2c8302d6b0b8d5ea040e253f721ba74fe5acb4.tar.gz
upstream-cf2c8302d6b0b8d5ea040e253f721ba74fe5acb4.tar.bz2
upstream-cf2c8302d6b0b8d5ea040e253f721ba74fe5acb4.zip
add ipsec-tools package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2607 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipsec-tools/patches/01-no_libfl.patch')
-rw-r--r--package/ipsec-tools/patches/01-no_libfl.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/ipsec-tools/patches/01-no_libfl.patch b/package/ipsec-tools/patches/01-no_libfl.patch
new file mode 100644
index 0000000000..c842e229ed
--- /dev/null
+++ b/package/ipsec-tools/patches/01-no_libfl.patch
@@ -0,0 +1,24 @@
+diff -ruN ipsec-tools-0.6.3-old/src/racoon/cftoken.l ipsec-tools-0.6.3-new/src/racoon/cftoken.l
+--- ipsec-tools-0.6.3-old/src/racoon/cftoken.l 2005-11-06 18:18:26.000000000 +0100
++++ ipsec-tools-0.6.3-new/src/racoon/cftoken.l 2005-12-09 01:27:27.000000000 +0100
+@@ -105,6 +105,8 @@
+ static int incstackp = 0;
+
+ static int yy_first_time = 1;
++
++int yywrap(void) { return 1; }
+ %}
+
+ /* common seciton */
+diff -ruN ipsec-tools-0.6.3-old/src/setkey/token.l ipsec-tools-0.6.3-new/src/setkey/token.l
+--- ipsec-tools-0.6.3-old/src/setkey/token.l 2005-06-29 15:01:30.000000000 +0200
++++ ipsec-tools-0.6.3-new/src/setkey/token.l 2005-12-09 01:27:31.000000000 +0100
+@@ -84,6 +84,8 @@
+ #ifndef SADB_X_EALG_AESCTR
+ #define SADB_X_EALG_AESCTR (-1)
+ #endif
++
++int yywrap(void) { return 1; }
+ %}
+
+ /* common section */