diff options
author | Dan Theisen <djt@hxx.in> | 2018-09-27 23:47:03 -0700 |
---|---|---|
committer | Dan Theisen <djt@hxx.in> | 2018-09-27 23:47:03 -0700 |
commit | 1d2675b9ac0370a9bfee031a1193027b986e6833 (patch) | |
tree | 2e2e9c115161bf98fa0f5f2e68cec346541862d8 /user/iperf3/remove-pg-flags.patch | |
parent | 75d34dde41545eb8df89fd9daab93b1595bc067b (diff) | |
download | packages-1d2675b9ac0370a9bfee031a1193027b986e6833.tar.gz packages-1d2675b9ac0370a9bfee031a1193027b986e6833.tar.bz2 packages-1d2675b9ac0370a9bfee031a1193027b986e6833.tar.xz packages-1d2675b9ac0370a9bfee031a1193027b986e6833.zip |
user/iperf3: new package
Diffstat (limited to 'user/iperf3/remove-pg-flags.patch')
-rw-r--r-- | user/iperf3/remove-pg-flags.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/user/iperf3/remove-pg-flags.patch b/user/iperf3/remove-pg-flags.patch new file mode 100644 index 000000000..1ed47eebf --- /dev/null +++ b/user/iperf3/remove-pg-flags.patch @@ -0,0 +1,29 @@ +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -50,9 +50,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 + +--- a/src/Makefile.in ++++ b/src/Makefile.in +@@ -643,9 +643,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 |