FIO_EXT_ENG_DIR should be default path
authorJens Axboe <axboe@kernel.dk>
Mon, 9 Nov 2020 16:54:10 +0000 (09:54 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 Nov 2020 16:54:10 +0000 (09:54 -0700)
Distros will override this anyway, make sure the default is what
will work on a normal build out of git.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
os/os-linux.h

index 65d3b429a87f408786c5569bf2c3884e9ea4474c..5562b0da93a67bd2949032e54e914ce85ae7c380 100644 (file)
@@ -58,7 +58,7 @@
 
 #define OS_MAP_ANON            MAP_ANONYMOUS
 
-#define FIO_EXT_ENG_DIR        "/usr/lib/fio"
+#define FIO_EXT_ENG_DIR        "/usr/local/lib/fio"
 
 typedef cpu_set_t os_cpu_mask_t;