]> git.pld-linux.org Git - packages/fio.git/blob - fio-guasi.patch
- updated to 3.30
[packages/fio.git] / fio-guasi.patch
1 --- fio-2.8/configure.orig      2016-03-15 17:10:37.000000000 +0100
2 +++ fio-2.8/configure   2016-04-10 11:00:51.982001795 +0200
3 @@ -890,7 +890,8 @@
4    return 0;
5  }
6  EOF
7 -if compile_prog "" "" "guasi"; then
8 +if compile_prog "" "-lguasi" "guasi"; then
9 +  LIBS="$LIBS -lguasi"
10    guasi="yes"
11  fi
12  echo "GUASI                         $guasi"
This page took 0.028828 seconds and 3 git commands to generate.