olsrd: migrate to using bison 3.7.1 605/head
authorpmelange <isprotejesvalkata@gmail.com>
Thu, 27 Aug 2020 15:50:11 +0000 (17:50 +0200)
committerpmelange <isprotejesvalkata@gmail.com>
Thu, 27 Aug 2020 16:01:39 +0000 (18:01 +0200)
commit5cc8e058850acbc22fe92c5e2b24863efc577971
tree650dc9cccf386ffbd4f7e5203c41f7d529493355
parent741a6b9f7718a02d0e42c1787426fb17de416ab9
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>
olsrd/Makefile
olsrd/patches/011-bison.patch [new file with mode: 0644]