From: Denys Dmytriyenko <[email protected]>

Resolves:
| .../src/nettest_omni.c:206: multiple definition of `signal_set'; 
nettest_bsd.o:.../src/nettest_bsd.c:279: first defined here
| .../src/nettest_omni.c:164: multiple definition of `interval_count'; 
nettest_bsd.o:.../src/nettest_bsd.c:266: first defined here

https://gcc.gnu.org/gcc-10/porting_to.html

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 meta-arago-distro/recipes-support/netperf/netperf_git.bbappend | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-support/netperf/netperf_git.bbappend 
b/meta-arago-distro/recipes-support/netperf/netperf_git.bbappend
index 9527f36..f63b608 100644
--- a/meta-arago-distro/recipes-support/netperf/netperf_git.bbappend
+++ b/meta-arago-distro/recipes-support/netperf/netperf_git.bbappend
@@ -1,2 +1 @@
-PACKAGECONFIG[intervals] = "--enable-intervals,--disable-intervals,,"
-PACKAGECONFIG[histogram] = "--enable-histogram,--disable-histogram,,"
+CFLAGS += "-fcommon"
-- 
2.7.4

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to