summaryrefslogtreecommitdiffstats
path: root/patches/unfs3-0.9.22/0001-fix-unfs3-build-with-recent-versions-of-flex.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/unfs3-0.9.22/0001-fix-unfs3-build-with-recent-versions-of-flex.patch')
-rw-r--r--patches/unfs3-0.9.22/0001-fix-unfs3-build-with-recent-versions-of-flex.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/patches/unfs3-0.9.22/0001-fix-unfs3-build-with-recent-versions-of-flex.patch b/patches/unfs3-0.9.22/0001-fix-unfs3-build-with-recent-versions-of-flex.patch
new file mode 100644
index 000000000..25512fc56
--- /dev/null
+++ b/patches/unfs3-0.9.22/0001-fix-unfs3-build-with-recent-versions-of-flex.patch
@@ -0,0 +1,22 @@
+From: Lucas Stach <dev@lynxeye.de>
+Date: Wed, 12 Jun 2013 11:24:58 +0200
+Subject: [PATCH] fix unfs3 build with recent versions of flex
+
+Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
+---
+ Config/exports.l | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/Config/exports.l b/Config/exports.l
+index 8a2d6d1d2f15..8aa2011932a6 100644
+--- a/Config/exports.l
++++ b/Config/exports.l
+@@ -36,6 +36,8 @@ static void copy_text(const char *from, int leng)
+ }
+ %}
+
++%option noyywrap
++
+ WHITE [ \t]
+ NOWHITE [^ \n\t]
+ PATH "/"{NOWHITE}*