]> git.pld-linux.org Git - packages/fio.git/blame - fio-guasi.patch
- updated to 3.12
[packages/fio.git] / fio-guasi.patch
CommitLineData
4c2fe1f1
JB
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.10123 seconds and 4 git commands to generate.