mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 19:55:52 +02:00
iperf3: update to 3.7
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -1,46 +0,0 @@
|
||||
From be7dafdb802f39c3ad8bcc896216508842c42751 Mon Sep 17 00:00:00 2001
|
||||
From: Jonatan Schlag <jonatan.schlag@ipfire.org>
|
||||
Date: Thu, 31 Mar 2016 19:33:17 +0200
|
||||
Subject: [PATCH] remove -pg flag
|
||||
|
||||
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
|
||||
---
|
||||
src/Makefile.am | 4 ++--
|
||||
src/Makefile.in | 4 ++--
|
||||
2 files changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/src/Makefile.am b/src/Makefile.am
|
||||
index 23b0c72..6268145 100644
|
||||
--- a/src/Makefile.am
|
||||
+++ b/src/Makefile.am
|
||||
@@ -49,9 +49,9 @@ iperf3_LDFLAGS = -g
|
||||
iperf3_profile_SOURCES = main.c \
|
||||
$(libiperf_la_SOURCES)
|
||||
|
||||
-iperf3_profile_CFLAGS = -pg -g
|
||||
+iperf3_profile_CFLAGS = -g
|
||||
iperf3_profile_LDADD = libiperf.la
|
||||
-iperf3_profile_LDFLAGS = -pg -g
|
||||
+iperf3_profile_LDFLAGS = -g
|
||||
|
||||
# Specify the sources and various flags for the test cases
|
||||
t_timer_SOURCES = t_timer.c
|
||||
diff --git a/src/Makefile.in b/src/Makefile.in
|
||||
index f7c46ad..016a022 100644
|
||||
--- a/src/Makefile.in
|
||||
+++ b/src/Makefile.in
|
||||
@@ -610,9 +610,9 @@ iperf3_LDFLAGS = -g
|
||||
iperf3_profile_SOURCES = main.c \
|
||||
$(libiperf_la_SOURCES)
|
||||
|
||||
-iperf3_profile_CFLAGS = -pg -g
|
||||
+iperf3_profile_CFLAGS = -g
|
||||
iperf3_profile_LDADD = libiperf.la
|
||||
-iperf3_profile_LDFLAGS = -pg -g
|
||||
+iperf3_profile_LDFLAGS = -g
|
||||
|
||||
# Specify the sources and various flags for the test cases
|
||||
t_timer_SOURCES = t_timer.c
|
||||
--
|
||||
2.1.4
|
||||
|
||||
30
src/patches/iperf3/iperf-3.7-remove-pg-flag.patch
Normal file
30
src/patches/iperf3/iperf-3.7-remove-pg-flag.patch
Normal file
@@ -0,0 +1,30 @@
|
||||
diff -Naur iperf-3.7.org/src/Makefile.am iperf-3.7/src/Makefile.am
|
||||
--- iperf-3.7.org/src/Makefile.am 2019-06-21 03:12:47.000000000 +0200
|
||||
+++ iperf-3.7/src/Makefile.am 2019-07-17 12:19:38.133540594 +0200
|
||||
@@ -58,9 +58,9 @@
|
||||
iperf3_profile_SOURCES = main.c \
|
||||
$(libiperf_la_SOURCES)
|
||||
|
||||
-iperf3_profile_CFLAGS = -pg -g
|
||||
+iperf3_profile_CFLAGS = -g
|
||||
iperf3_profile_LDADD = libiperf.la
|
||||
-iperf3_profile_LDFLAGS = -pg -g
|
||||
+iperf3_profile_LDFLAGS = -g
|
||||
endif
|
||||
|
||||
# Specify the sources and various flags for the test cases
|
||||
diff -Naur iperf-3.7.org/src/Makefile.in iperf-3.7/src/Makefile.in
|
||||
--- iperf-3.7.org/src/Makefile.in 2019-06-21 03:12:47.000000000 +0200
|
||||
+++ iperf-3.7/src/Makefile.in 2019-07-17 12:19:53.133496336 +0200
|
||||
@@ -670,9 +670,9 @@
|
||||
@ENABLE_PROFILING_TRUE@iperf3_profile_SOURCES = main.c \
|
||||
@ENABLE_PROFILING_TRUE@ $(libiperf_la_SOURCES)
|
||||
|
||||
-@ENABLE_PROFILING_TRUE@iperf3_profile_CFLAGS = -pg -g
|
||||
+@ENABLE_PROFILING_TRUE@iperf3_profile_CFLAGS = -g
|
||||
@ENABLE_PROFILING_TRUE@iperf3_profile_LDADD = libiperf.la
|
||||
-@ENABLE_PROFILING_TRUE@iperf3_profile_LDFLAGS = -pg -g
|
||||
+@ENABLE_PROFILING_TRUE@iperf3_profile_LDFLAGS = -g
|
||||
|
||||
# Specify the sources and various flags for the test cases
|
||||
t_timer_SOURCES = t_timer.c
|
||||
Reference in New Issue
Block a user