[Fuego] [PATCH] Benchmark.iperf3: modify compilation mode Details: add a configuration option: --disable-shared

Tim.Bird at sony.com Tim.Bird at sony.com
Fri Jul 13 00:27:12 UTC 2018


Thanks for this. It looks like a nice adjustment to the build.
The patch is accepted.  A couple of comments, though.

The subject line is too long.  The Details part should have gone into
the  body of the commit message for the patch, rather than the subject line.

Also this patch depended on the other one being applied.

I merged your prefix patch and this one, and adjustd the
commit message.
 
Applied to my master branch.
 -- Tim

> -----Original Message-----
> From: Li Xiaoming
> Signed-off-by: Li Xiaoming <lixm.fnst at cn.fujitsu.com>
> ---
>  engine/tests/Benchmark.iperf3/fuego_test.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/engine/tests/Benchmark.iperf3/fuego_test.sh
> b/engine/tests/Benchmark.iperf3/fuego_test.sh
> index c8c0113..12650eb 100755
> --- a/engine/tests/Benchmark.iperf3/fuego_test.sh
> +++ b/engine/tests/Benchmark.iperf3/fuego_test.sh
> @@ -2,7 +2,7 @@
>  tarball=iperf-3.1.3-source.tar.gz
> 
>  function test_build {
> -    ./configure --host=$HOST --prefix=$(pwd)/build --enable-shared=no
> +    ./configure --host=$HOST --prefix=$(pwd)/build --disable-shared
>      make
>  }
> 
> --
> 2.7.4
> 
> 
> 
> _______________________________________________
> Fuego mailing list
> Fuego at lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/fuego


More information about the Fuego mailing list