The following changes since commit 87f5fce38c1b8fc979cea10c926973c2f2a76217: genzip: switch to jenkins hash (2015-04-08 16:25:49 -0600) are available in the git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 92aef550de95c5b33c489cbabd2c1a70e59475b3: configure: update to changes in fusion-aw packaging (2015-04-09 08:24:38 -0600) ---------------------------------------------------------------- Akshita Rajendra Jain (1): configure: update to changes in fusion-aw packaging configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- Diff of recent changes: diff --git a/configure b/configure index 892335b..c1a4915 100755 --- a/configure +++ b/configure @@ -856,8 +856,8 @@ int main(int argc, char **argv) return nvm_atomic_write(handle, 0, 0, 0); } EOF -if compile_prog "" "-L/usr/lib/fio -L/usr/lib/nvm -lnvm-primitives -lvsl -ldl" "fusion-aw"; then - LIBS="-L/usr/lib/fio -L/usr/lib/nvm -lnvm-primitives -lvsl -ldl $LIBS" +if compile_prog "" "-L/usr/lib/fio -L/usr/lib/nvm -lnvm-primitives -ldl -lpthread" "fusion-aw"; then + LIBS="-L/usr/lib/fio -L/usr/lib/nvm -lnvm-primitives -ldl -lpthread $LIBS" fusion_aw="yes" fi echo "Fusion-io atomic engine $fusion_aw" -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html