]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/iperf3/iperf-3.9-remove-pg-flag.patch
iperf3: Update to version 3.9
[people/pmueller/ipfire-2.x.git] / src / patches / iperf3 / iperf-3.9-remove-pg-flag.patch
1 diff -Naur iperf-3.9.org/src/Makefile.am iperf-3.9/src/Makefile.am
2 --- iperf-3.9.org/src/Makefile.am 2020-08-15 00:08:27.000000000 +0200
3 +++ iperf-3.9/src/Makefile.am 2020-12-22 22:16:14.488228000 +0100
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.9.org/src/Makefile.in iperf-3.9/src/Makefile.in
17 --- iperf-3.9.org/src/Makefile.in 2020-08-15 00:08:27.000000000 +0200
18 +++ iperf-3.9/src/Makefile.in 2020-12-22 22:16:41.934746000 +0100
19 @@ -680,9 +680,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