openwrt-routing/olsrd
pmelange 5cc8e05885 olsrd: migrate to using bison 3.7.1
With the upgrade to bison 3.7.1 (openwrt commit 1cf842d) building
olsrd was failing.  Now, instead of the contents of header files
being directly inserted into the generated source files, they are
instead included with a #include directive.

The local.mk has, until now, done some magic with *-tmp files,
which is not longer necessary and even causes builds to fail.

src/cfgparser/oparse.c:265:10: fatal error: oparse.h-tmp: No such file or directory
 #include "oparse.h-tmp"

Suggested-by: Jo-Philipp Wich <jo@mein.io>
Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
2020-08-27 18:01:39 +02:00
..
files olsrd: find_most_recent_plugin_libary() fix sorting 2017-02-24 15:12:19 +01:00
patches olsrd: migrate to using bison 3.7.1 2020-08-27 18:01:39 +02:00
Makefile olsrd: migrate to using bison 3.7.1 2020-08-27 18:01:39 +02:00