Skip to content

Commit

Permalink
Merge branch 'tbarbette:master' into database-escape-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
supercoolin authored Oct 11, 2023
2 parents 2b696a0 + ee6c36d commit ffef93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repo/iperf2.repo
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version=2.0.9
tags=iperf

bin_folder=iperf-$version/src/
bin_name=iperf2
bin_name=iperf
configure=cd iperf-$version && ./configure
make=cd iperf-$version && make
clean= cd iperf-$version && make clean
2 changes: 1 addition & 1 deletion repo/netperf.repo
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ branch=netperf-2.7.0
bin_folder=src/
bin_name=netperf
configure=./autogen.sh && ./configure
make=make
make=make CFLAGS=-fcommon
//Do not clean after configure as this breaks netperf build
clean=

0 comments on commit ffef93b

Please sign in to comment.