aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/iperf3/iperf3/automake-foreign.patch
blob: 06c394e5c5316e12f053abab1ff0b2aa8c101057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pass the 'foreign' option to automake to enable iperf3 to build.

Upstream-Status: Inappropriate [configuration]

Signed-off-by: Chunrong Guo <b40290@freescale.com>

--- a/configure.ac	2015-10-19 02:49:30.471867352 -0500
+++ b/configure.ac	2015-10-19 02:46:36.207873572 -0500
@@ -33,7 +33,7 @@
 
 
 # Initialize the automake system
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
 AM_MAINTAINER_MODE
 AM_CONFIG_HEADER(src/iperf_config.h)