mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-07 00:31:35 +01:00
overlay coreos/config: Add a gcc15 workaround for net-analyzer/netperf
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
parent
d2fc107b08
commit
abe47deb8a
5
sdk_container/src/third_party/coreos-overlay/coreos/config/env/net-analyzer/netperf
vendored
Normal file
5
sdk_container/src/third_party/coreos-overlay/coreos/config/env/net-analyzer/netperf
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
cros_pre_src_configure_gcc15_workaround() {
|
||||
# nettest_bsd.c:4497:19: error: too many arguments to function 'alloc_sendfile_buf_ring'; expected 0, have 4
|
||||
# TODO: drop once https://github.com/HewlettPackard/netperf/pull/86 is merged
|
||||
append-cflags -std=gnu17
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user