diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-14 14:01:40 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-14 14:01:40 +0000 |
commit | 027f806ca57cbaed7871676df21ce978b8c21a3f (patch) | |
tree | 8ff06a4068cf1174c713f3e437a575548922aaf5 /main/iperf3/remove-pg-flags.patch | |
parent | 42157a0b196837c42cbdc0f654410ad5b5d247d4 (diff) | |
download | aports-027f806ca57cbaed7871676df21ce978b8c21a3f.tar.bz2 aports-027f806ca57cbaed7871676df21ce978b8c21a3f.tar.xz |
main/iperf: rename to iperf3
Diffstat (limited to 'main/iperf3/remove-pg-flags.patch')
-rw-r--r-- | main/iperf3/remove-pg-flags.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/main/iperf3/remove-pg-flags.patch b/main/iperf3/remove-pg-flags.patch new file mode 100644 index 0000000000..4d6482d3d8 --- /dev/null +++ b/main/iperf3/remove-pg-flags.patch @@ -0,0 +1,28 @@ +--- ./src/Makefile.am.orig ++++ ./src/Makefile.am +@@ -49,9 +49,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 + + # Specify the sources and various flags for the test cases + t_timer_SOURCES = t_timer.c +--- ./src/Makefile.in.orig ++++ ./src/Makefile.in +@@ -610,9 +610,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 + + # Specify the sources and various flags for the test cases + t_timer_SOURCES = t_timer.c |