]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/iperf3/iperf-3.7-remove-pg-flag.patch
iperf3: update to 3.7
[ipfire-2.x.git] / src / patches / iperf3 / iperf-3.7-remove-pg-flag.patch
1 diff -Naur iperf-3.7.org/src/Makefile.am iperf-3.7/src/Makefile.am
2 --- iperf-3.7.org/src/Makefile.am 2019-06-21 03:12:47.000000000 +0200
3 +++ iperf-3.7/src/Makefile.am 2019-07-17 12:19:38.133540594 +0200
4 @@ -58,9 +58,9 @@
5 iperf3_profile_SOURCES = main.c \
6 $(libiperf_la_SOURCES)
7
8 -iperf3_profile_CFLAGS = -pg -g
9 +iperf3_profile_CFLAGS = -g
10 iperf3_profile_LDADD = libiperf.la
11 -iperf3_profile_LDFLAGS = -pg -g
12 +iperf3_profile_LDFLAGS = -g
13 endif
14
15 # Specify the sources and various flags for the test cases
16 diff -Naur iperf-3.7.org/src/Makefile.in iperf-3.7/src/Makefile.in
17 --- iperf-3.7.org/src/Makefile.in 2019-06-21 03:12:47.000000000 +0200
18 +++ iperf-3.7/src/Makefile.in 2019-07-17 12:19:53.133496336 +0200
19 @@ -670,9 +670,9 @@
20 @ENABLE_PROFILING_TRUE@iperf3_profile_SOURCES = main.c \
21 @ENABLE_PROFILING_TRUE@ $(libiperf_la_SOURCES)
22
23 -@ENABLE_PROFILING_TRUE@iperf3_profile_CFLAGS = -pg -g
24 +@ENABLE_PROFILING_TRUE@iperf3_profile_CFLAGS = -g
25 @ENABLE_PROFILING_TRUE@iperf3_profile_LDADD = libiperf.la
26 -@ENABLE_PROFILING_TRUE@iperf3_profile_LDFLAGS = -pg -g
27 +@ENABLE_PROFILING_TRUE@iperf3_profile_LDFLAGS = -g
28
29 # Specify the sources and various flags for the test cases
30 t_timer_SOURCES = t_timer.c