summaryrefslogtreecommitdiffstats
path: root/patches/unfs3-0.9.22/0001-fix-unfs3-build-with-recent-versions-of-flex.patch
blob: 25512fc5640bea57fa1be1982cf30dfc2cfbb728 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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}*