gegl: Update from 0.3.32 to 0.3.34
[termux-packages] / packages / iperf3 / src_makefile.in.patch
1 diff -u -r ../iperf-3.0.6/src/Makefile.in ./src/Makefile.in
2 --- ../iperf-3.0.6/src/Makefile.in 2014-07-28 18:33:11.000000000 +0200
3 +++ ./src/Makefile.in 2014-08-27 10:04:22.000000000 +0200
4 @@ -593,9 +593,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
14 # Specify the sources and various flags for the test cases
15 t_timer_SOURCES = t_timer.c