All of lore.kernel.org
 help / color / mirror / Atom feed
* [Fuego] [PATCH] Benchmark.iperf3: modify compilation mode Details: add a configuration option: --disable-shared
@ 2018-07-06  8:13 Li Xiaoming
  2018-07-13  0:27 ` Tim.Bird
  0 siblings, 1 reply; 2+ messages in thread
From: Li Xiaoming @ 2018-07-06  8:13 UTC (permalink / raw)
  To: fuego

Signed-off-by: Li Xiaoming <lixm.fnst@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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Fuego] [PATCH] Benchmark.iperf3: modify compilation mode Details: add a configuration option: --disable-shared
  2018-07-06  8:13 [Fuego] [PATCH] Benchmark.iperf3: modify compilation mode Details: add a configuration option: --disable-shared Li Xiaoming
@ 2018-07-13  0:27 ` Tim.Bird
  0 siblings, 0 replies; 2+ messages in thread
From: Tim.Bird @ 2018-07-13  0:27 UTC (permalink / raw)
  To: lixm.fnst, fuego

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@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@lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/fuego

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-13  0:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-06  8:13 [Fuego] [PATCH] Benchmark.iperf3: modify compilation mode Details: add a configuration option: --disable-shared Li Xiaoming
2018-07-13  0:27 ` Tim.Bird

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.