From 6f73eca223931f615b9026503e914820e8761396 Mon Sep 17 00:00:00 2001 From: Jarno Rajahalme Date: Fri, 16 Dec 2022 19:35:51 +0200 Subject: [PATCH] netperf: Pull from sayboras/netperf Pull from sayboras/netperf that has the multiple definitions fix (https://github.com/HewlettPackard/netperf/pull/46). Signed-off-by: Jarno Rajahalme --- provision/ubuntu/netperf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision/ubuntu/netperf.sh b/provision/ubuntu/netperf.sh index 6892294..88a8bb0 100755 --- a/provision/ubuntu/netperf.sh +++ b/provision/ubuntu/netperf.sh @@ -6,7 +6,7 @@ sudo apt-get update sudo apt-get install -y --allow-downgrades \ automake build-essential gcc -git clone --depth 1 https://github.com/HewlettPackard/netperf.git $HOME/n +git clone --depth 1 https://github.com/sayboras/netperf.git $HOME/n cd $HOME/n/ ./autogen.sh ./configure --prefix=/usr