oonf-olsrd2: fix static problems 612/head
authorRosen Penev <rosenp@gmail.com>
Sun, 4 Oct 2020 21:46:59 +0000 (14:46 -0700)
committerRosen Penev <rosenp@gmail.com>
Mon, 5 Oct 2020 22:50:26 +0000 (15:50 -0700)
commit186b2117f498d92de890223f4d3b4aa76330345a
tree865ec80dbf956d6fb85ed76095f91a784e1e0af8
parentb3897386771890ba1b15f672c2fed58630beedef
oonf-olsrd2: fix static problems

The GCC 10 patch marked several variables in headers as extern, which
is correct. However some upstream change marked the definitions as
static even though the definition was not local to the c files.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
oonf-olsrd2/patches/020-static.patch [new file with mode: 0644]