summaryrefslogtreecommitdiff
path: root/package/flex
diff options
context:
space:
mode:
authorMario Haustein <mario.haustein@hrz.tu-chemnitz.de>2016-11-17 10:20:04 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-17 22:53:16 +0100
commit07d499822cbfcf650d469d7de7f33f1eea4a918c (patch)
tree204064c519c406e36799035690a68deb8776af19 /package/flex
parent96085848b4de645b587619401e7c1e240c542cc0 (diff)
flex: fix build failure
Build failed because STAGE1FLEX was not evaluated Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Diffstat (limited to 'package/flex')
-rw-r--r--package/flex/patches/patch-src_Makefile_am16
1 files changed, 13 insertions, 3 deletions
diff --git a/package/flex/patches/patch-src_Makefile_am b/package/flex/patches/patch-src_Makefile_am
index 2c9fdc441..f3c194f18 100644
--- a/package/flex/patches/patch-src_Makefile_am
+++ b/package/flex/patches/patch-src_Makefile_am
@@ -1,6 +1,7 @@
---- flex-2.6.2.orig/src/Makefile.am 2016-10-21 02:43:44.000000000 +0200
-+++ flex-2.6.2/src/Makefile.am 2016-11-01 14:36:37.543694900 +0100
-@@ -54,7 +54,7 @@ COMMON_SOURCES = \
+diff -Naur flex-2.6.2.orig/src/Makefile.am flex-2.6.2/src/Makefile.am
+--- flex-2.6.2.orig/src/Makefile.am 2016-11-17 10:01:21.562334589 +0100
++++ flex-2.6.2/src/Makefile.am 2016-11-17 09:21:48.766889968 +0100
+@@ -54,7 +54,7 @@
version.h \
yylex.c
@@ -9,3 +10,12 @@
libfl_la_SOURCES = \
libmain.c \
+@@ -90,7 +90,7 @@
+ mv $@.tmp $@
+
+ stage1scan.c: scan.l stage1flex$(EXEEXT)
+- ./stage1flex$(EXEEXT) -o $@ $<
++ $(STAGE1FLEX) -o $@ $<
+
+ # make needs to be told to make parse.h so that parallelized runs will
+ # not fail.