diff options
author | Sam James <sam@gentoo.org> | 2023-01-04 04:05:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-04 04:31:59 +0000 |
commit | 4c06dccc61a52aece9d8f4abafe8b0cc63861748 (patch) | |
tree | c8812f1833afa67cdf66d3fba8948713da7e5b9b /net-analyzer | |
parent | net-analyzer/ngrep: add github upstream metadata (diff) | |
download | gentoo-4c06dccc61a52aece9d8f4abafe8b0cc63861748.tar.gz gentoo-4c06dccc61a52aece9d8f4abafe8b0cc63861748.tar.bz2 gentoo-4c06dccc61a52aece9d8f4abafe8b0cc63861748.zip |
net-analyzer/netperf: add link to upstream PR wrt GNU_SOURCE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/netperf/netperf-2.7.0-r4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |