projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2a4f14
)
tools/flex: add autoreconf
author
John Crispin
<john@phrozen.org>
Thu, 6 Jul 2017 06:57:27 +0000
(08:57 +0200)
committer
John Crispin
<john@phrozen.org>
Thu, 6 Jul 2017 06:57:27 +0000
(08:57 +0200)
build blows up on latest debian due to automake mismatch
Signed-off-by: John Crispin <john@phrozen.org>
tools/flex/Makefile
patch
|
blob
|
history
diff --git
a/tools/flex/Makefile
b/tools/flex/Makefile
index 1398b1ae51a5273fcca71504c7a3893243e8368c..ca9aa989893640b8422c555c26eea778ca6fef32 100644
(file)
--- a/
tools/flex/Makefile
+++ b/
tools/flex/Makefile
@@
-15,6
+15,7
@@
PKG_HASH:=e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995
HOST_FIXUP:=autoreconf
HOST_BUILD_PARALLEL:=1
+HOST_FIXUP:=autoreconf
include $(INCLUDE_DIR)/host-build.mk