diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-08-12 10:02:56 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-08-13 22:32:07 -0700 |
| commit | b66dc11366b77e201cf699da98617e214385a810 (patch) | |
| tree | 96b1d7cee6423084b412d9ec2586ccd4a45963e3 /meta-networking | |
| parent | 7c505534496d77769779f0c184c4bf96d72038ea (diff) | |
| download | meta-openembedded-b66dc11366b77e201cf699da98617e214385a810.tar.gz | |
netperf: Fix build with -fno-common
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-support/netperf/files/0001-nettest_omni-Remove-duplicate-variable-definitions.patch | 37 | ||||
| -rw-r--r-- | meta-networking/recipes-support/netperf/netperf_git.bb | 1 |
2 files changed, 38 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/netperf/files/0001-nettest_omni-Remove-duplicate-variable-definitions.patch b/meta-networking/recipes-support/netperf/files/0001-nettest_omni-Remove-duplicate-variable-definitions.patch new file mode 100644 index 0000000000..08376417ba --- /dev/null +++ b/meta-networking/recipes-support/netperf/files/0001-nettest_omni-Remove-duplicate-variable-definitions.patch | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | From 6dd5b2b1f3ae3479647e2ef66e390d031066defe Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Wed, 12 Aug 2020 09:57:23 -0700 | ||
| 4 | Subject: [PATCH] nettest_omni: Remove duplicate variable definitions | ||
| 5 | |||
| 6 | These defines are already defined in nettest_bsd.c and exported by | ||
| 7 | nettest_bsd.h this should fix build with -fno-common | ||
| 8 | |||
| 9 | Upstream-Status: Submitted [https://github.com/HewlettPackard/netperf/pull/46] | ||
| 10 | |||
| 11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 12 | --- | ||
| 13 | src/nettest_omni.c | 8 -------- | ||
| 14 | 1 file changed, 8 deletions(-) | ||
| 15 | |||
| 16 | diff --git a/src/nettest_omni.c b/src/nettest_omni.c | ||
| 17 | index 852eeb1..862088a 100644 | ||
| 18 | --- a/src/nettest_omni.c | ||
| 19 | +++ b/src/nettest_omni.c | ||
| 20 | @@ -458,14 +458,6 @@ static int client_port_max = 65535; | ||
| 21 | |||
| 22 | /* different options for the sockets */ | ||
| 23 | |||
| 24 | -int | ||
| 25 | - loc_nodelay, /* don't/do use NODELAY locally */ | ||
| 26 | - rem_nodelay, /* don't/do use NODELAY remotely */ | ||
| 27 | - loc_sndavoid, /* avoid send copies locally */ | ||
| 28 | - loc_rcvavoid, /* avoid recv copies locally */ | ||
| 29 | - rem_sndavoid, /* avoid send copies remotely */ | ||
| 30 | - rem_rcvavoid; /* avoid recv_copies remotely */ | ||
| 31 | - | ||
| 32 | extern int | ||
| 33 | loc_tcpcork, | ||
| 34 | rem_tcpcork, | ||
| 35 | -- | ||
| 36 | 2.28.0 | ||
| 37 | |||
diff --git a/meta-networking/recipes-support/netperf/netperf_git.bb b/meta-networking/recipes-support/netperf/netperf_git.bb index d48f3aeabd..a084fb4c15 100644 --- a/meta-networking/recipes-support/netperf/netperf_git.bb +++ b/meta-networking/recipes-support/netperf/netperf_git.bb | |||
| @@ -13,6 +13,7 @@ SRC_URI = "git://github.com/HewlettPackard/netperf.git \ | |||
| 13 | file://vfork.patch \ | 13 | file://vfork.patch \ |
| 14 | file://init \ | 14 | file://init \ |
| 15 | file://0001-netlib.c-Move-including-sched.h-out-og-function.patch \ | 15 | file://0001-netlib.c-Move-including-sched.h-out-og-function.patch \ |
| 16 | file://0001-nettest_omni-Remove-duplicate-variable-definitions.patch \ | ||
| 16 | " | 17 | " |
| 17 | 18 | ||
| 18 | SRCREV = "f482bab49fcedee46fc5b755da127f608325cd13" | 19 | SRCREV = "f482bab49fcedee46fc5b755da127f608325cd13" |
