Skip to content

Commit

Permalink
netperf: Pull from sayboras/netperf
Browse files Browse the repository at this point in the history
Pull from sayboras/netperf that has the multiple definitions fix
(HewlettPackard/netperf#46).

Signed-off-by: Jarno Rajahalme <[email protected]>
  • Loading branch information
jrajahalme committed Feb 19, 2023
1 parent a859fca commit f0eea3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/ubuntu/netperf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0eea3d

Please sign in to comment.