From ef646f2a70658262e40ef01cdee5d32edad70e5f Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 17 Jul 2020 16:15:47 -0700 Subject: apinger: fix compilation with GCC 10 Signed-off-by: Rosen Penev --- net/apinger/patches/020-gcc10.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/apinger/patches/020-gcc10.patch (limited to 'net/apinger/patches') diff --git a/net/apinger/patches/020-gcc10.patch b/net/apinger/patches/020-gcc10.patch new file mode 100644 index 000000000..32728048c --- /dev/null +++ b/net/apinger/patches/020-gcc10.patch @@ -0,0 +1,11 @@ +--- a/src/apinger.h ++++ b/src/apinger.h +@@ -111,7 +111,7 @@ struct piped_info { + }; + #endif + +-struct target *targets; ++extern struct target *targets; + + extern int foreground; + extern char *config_file; -- cgit v1.2.3