]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/iperf3/0001-remove-pg-flag.patch
iperf: update to 2.0.13
[ipfire-2.x.git] / src / patches / iperf3 / 0001-remove-pg-flag.patch
1 From be7dafdb802f39c3ad8bcc896216508842c42751 Mon Sep 17 00:00:00 2001
2 From: Jonatan Schlag <jonatan.schlag@ipfire.org>
3 Date: Thu, 31 Mar 2016 19:33:17 +0200
4 Subject: [PATCH] remove -pg flag
5
6 Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
7 ---
8 src/Makefile.am | 4 ++--
9 src/Makefile.in | 4 ++--
10 2 files changed, 4 insertions(+), 4 deletions(-)
11
12 diff --git a/src/Makefile.am b/src/Makefile.am
13 index 23b0c72..6268145 100644
14 --- a/src/Makefile.am
15 +++ b/src/Makefile.am
16 @@ -49,9 +49,9 @@ iperf3_LDFLAGS = -g
17 iperf3_profile_SOURCES = main.c \
18 $(libiperf_la_SOURCES)
19
20 -iperf3_profile_CFLAGS = -pg -g
21 +iperf3_profile_CFLAGS = -g
22 iperf3_profile_LDADD = libiperf.la
23 -iperf3_profile_LDFLAGS = -pg -g
24 +iperf3_profile_LDFLAGS = -g
25
26 # Specify the sources and various flags for the test cases
27 t_timer_SOURCES = t_timer.c
28 diff --git a/src/Makefile.in b/src/Makefile.in
29 index f7c46ad..016a022 100644
30 --- a/src/Makefile.in
31 +++ b/src/Makefile.in
32 @@ -610,9 +610,9 @@ iperf3_LDFLAGS = -g
33 iperf3_profile_SOURCES = main.c \
34 $(libiperf_la_SOURCES)
35
36 -iperf3_profile_CFLAGS = -pg -g
37 +iperf3_profile_CFLAGS = -g
38 iperf3_profile_LDADD = libiperf.la
39 -iperf3_profile_LDFLAGS = -pg -g
40 +iperf3_profile_LDFLAGS = -g
41
42 # Specify the sources and various flags for the test cases
43 t_timer_SOURCES = t_timer.c
44 --
45 2.1.4
46