summaryrefslogtreecommitdiffstats
path: root/patches/unfs3-0.9.22
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2013-06-12 11:38:16 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-06-12 12:02:59 +0200
commit871fcd2c7d3d848dcc4bdd457c736a0b723f7f60 (patch)
treedca4d566b501f6ac7b843734a919005ea226f4af /patches/unfs3-0.9.22
parent745c1095b8df39af7c312aa7938fa2dcf45858a4 (diff)
downloadptxdist-871fcd2c7d3d848dcc4bdd457c736a0b723f7f60.tar.gz
ptxdist-871fcd2c7d3d848dcc4bdd457c736a0b723f7f60.tar.xz
fix unfs3 build with recent versions of flex
Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/unfs3-0.9.22')
-rw-r--r--patches/unfs3-0.9.22/0002-fix-unfs3-build-with-recent-versions-of-flex.patch22
-rw-r--r--patches/unfs3-0.9.22/series3
2 files changed, 24 insertions, 1 deletions
diff --git a/patches/unfs3-0.9.22/0002-fix-unfs3-build-with-recent-versions-of-flex.patch b/patches/unfs3-0.9.22/0002-fix-unfs3-build-with-recent-versions-of-flex.patch
new file mode 100644
index 000000000..264395634
--- /dev/null
+++ b/patches/unfs3-0.9.22/0002-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 8a2d6d1..8aa2011 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}*
diff --git a/patches/unfs3-0.9.22/series b/patches/unfs3-0.9.22/series
index 242765cc8..b6fcb381f 100644
--- a/patches/unfs3-0.9.22/series
+++ b/patches/unfs3-0.9.22/series
@@ -1,4 +1,5 @@
# generated by git-ptx-patches
#tag:base --start-number 1
0001-HACK-use-the-environment-variable-UNFS_BASE-as-root-.patch
-# 30c3c8b49f4355b5352cae8eda795b4d - git-ptx-patches magic
+0002-fix-unfs3-build-with-recent-versions-of-flex.patch
+# d6aa3d6dc84fdde0ed4ec62b8f23a731 - git-ptx-patches magic