commit: 4c06dccc61a52aece9d8f4abafe8b0cc63861748
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 04:05:54 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 04:31:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c06dccc
net-analyzer/netperf: add link to upstream PR wrt GNU_SOURCE
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/netperf/netperf-2.7.0-r4.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
b/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
index 51a9ab06b8d5..bd831400b60e 100644
--- a/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
+++ b/net-analyzer/netperf/netperf-2.7.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -47,6 +47,7 @@ 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’
+ # TODO: drop once https://github.com/HewlettPackard/netperf/pull/73
merged
append-cppflags -D_GNU_SOURCE
econf \