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

Li Xiaoming lixm.fnst at cn.fujitsu.com
Fri Jul 6 08:13:03 UTC 2018


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





More information about the Fuego mailing list