net-analyzer/netperf: Sync with Gentoo

It's from Gentoo commit ad4f6c00fb5a5d28a740fc019e804674b54f4df7.
This commit is contained in:
Flatcar Buildbot 2025-06-16 07:12:17 +00:00 committed by Krzesimir Nowak
parent 104a356c52
commit 66ae5ea5a9
2 changed files with 4 additions and 4 deletions

View File

@ -48,8 +48,8 @@ src_prepare() {
}
src_configure() {
# netlib.c:2292:5: warning: implicit declaration of function sched_setaffinity
# nettest_omni.c:2943:5: warning: implicit declaration of function splice
# netlib.c:2292:5: warning: implicit declaration of function 'sched_setaffinity'
# nettest_omni.c:2943:5: warning: implicit declaration of function 'splice'
# TODO: drop once https://github.com/HewlettPackard/netperf/pull/73 merged
append-cppflags -D_GNU_SOURCE

View File

@ -49,8 +49,8 @@ src_prepare() {
}
src_configure() {
# netlib.c:2292:5: warning: implicit declaration of function sched_setaffinity
# nettest_omni.c:2943:5: warning: implicit declaration of function splice
# netlib.c:2292:5: warning: implicit declaration of function 'sched_setaffinity'
# nettest_omni.c:2943:5: warning: implicit declaration of function 'splice'
# TODO: drop once https://github.com/HewlettPackard/netperf/pull/73 merged
append-cppflags -D_GNU_SOURCE