oonf-dlep-proxy: fix compilation with GCC 10 599/head
authorRosen Penev <rosenp@gmail.com>
Tue, 11 Aug 2020 19:31:02 +0000 (12:31 -0700)
committerRosen Penev <rosenp@gmail.com>
Tue, 11 Aug 2020 19:39:39 +0000 (12:39 -0700)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
oonf-dlep-proxy/patches/010-gcc10.patch [new file with mode: 0644]

diff --git a/oonf-dlep-proxy/patches/010-gcc10.patch b/oonf-dlep-proxy/patches/010-gcc10.patch
new file mode 100644 (file)
index 0000000..c5415fd
--- /dev/null
@@ -0,0 +1,30 @@
+--- a/src-plugins/generic/dlep/radio/dlep_radio_internal.h
++++ b/src-plugins/generic/dlep/radio/dlep_radio_internal.h
+@@ -49,6 +49,6 @@
+ #include "core/oonf_logging.h"
+ /* headers only for use inside the DLEP_RADIO subsystem */
+-enum oonf_log_source LOG_DLEP_RADIO;
++extern enum oonf_log_source LOG_DLEP_RADIO;
+ #endif /* DLEP_RADIO_INTERNAL_H_ */
+--- a/src-plugins/generic/dlep/router/dlep_router_internal.h
++++ b/src-plugins/generic/dlep/router/dlep_router_internal.h
+@@ -49,6 +49,6 @@
+ #include "core/oonf_logging.h"
+ /* headers only for use inside the DLEP_ROUTER subsystem */
+-enum oonf_log_source LOG_DLEP_ROUTER;
++extern enum oonf_log_source LOG_DLEP_ROUTER;
+ #endif /* DLEP_ROUTER_INTERNAL_H_ */
+--- a/src-plugins/generic/nl80211_listener/nl80211_internal.h
++++ b/src-plugins/generic/nl80211_listener/nl80211_internal.h
+@@ -49,6 +49,6 @@
+ #include "core/oonf_logging.h"
+ /* headers only for use inside the NL80211 subsystem */
+-enum oonf_log_source LOG_NL80211;
++extern enum oonf_log_source LOG_NL80211;
+ #endif /* NL80211_INTERNAL_H_ */