]> git.pld-linux.org Git - packages/fio.git/blame - fio-guasi.patch
- rediff patches
[packages/fio.git] / fio-guasi.patch
CommitLineData
b7f7e22c
JR
1diff -urNp -x '*.orig' fio-3.23.org/configure fio-3.23/configure
2--- fio-3.23.org/configure 2020-09-06 18:45:11.000000000 +0200
3+++ fio-3.23/configure 2021-10-09 23:26:34.042251668 +0200
4@@ -1325,7 +1325,8 @@ int main(int argc, char **argv)
4c2fe1f1
JB
5 return 0;
6 }
7 EOF
8-if compile_prog "" "" "guasi"; then
9+if compile_prog "" "-lguasi" "guasi"; then
10+ LIBS="$LIBS -lguasi"
11 guasi="yes"
12 fi
b7f7e22c 13 print_config "GUASI" "$guasi"
This page took 0.057864 seconds and 4 git commands to generate.