fs/tar: make --no-recursion effective
[buildroot-gz.git] / package / iperf3 / 0001-disable-profiling.patch
blob09da98e9745e1f86846dbfcfb895707f07a65a13
1 This should be an option, but it's not.
2 Don't force profiled builds, it breaks on many toolchains.
3 Patch Makefile.in to avoid AUTORECONFing since it needs dummy files
4 that are missing to succeed (ChangeLog, COPYING, NEWS, README) and it's
5 simple enough so avoid pulling in dependencies and delays.
7 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
9 diff -Nura iperf-3.0.10.orig/src/Makefile.in iperf-3.0.10/src/Makefile.in
10 --- iperf-3.0.10.orig/src/Makefile.in 2014-12-17 07:30:46.878310789 -0300
11 +++ iperf-3.0.10/src/Makefile.in 2014-12-17 07:33:41.879356643 -0300
12 @@ -82,7 +82,7 @@
13 host_triplet = @host@
14 bin_PROGRAMS = iperf3$(EXEEXT)
15 noinst_PROGRAMS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT) \
16 - iperf3_profile$(EXEEXT)
17 + iperf3$(EXEEXT)
18 TESTS = t_timer$(EXEEXT) t_units$(EXEEXT) t_uuid$(EXEEXT)
19 subdir = src
20 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \