X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/798619b91c91405f847b0e48137239f218a4cf15..59f0d218a6ff34c80cf898f6d7ac62555ba8eb11:/packages/iperf3/src_makefile.in.patch?ds=sidebyside diff --git a/packages/iperf3/src_makefile.in.patch b/packages/iperf3/src_makefile.in.patch new file mode 100644 index 00000000..8974a700 --- /dev/null +++ b/packages/iperf3/src_makefile.in.patch @@ -0,0 +1,15 @@ +diff -u -r ../iperf-3.0.6/src/Makefile.in ./src/Makefile.in +--- ../iperf-3.0.6/src/Makefile.in 2014-07-28 18:33:11.000000000 +0200 ++++ ./src/Makefile.in 2014-08-27 10:04:22.000000000 +0200 +@@ -593,9 +593,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