From 92aef550de95c5b33c489cbabd2c1a70e59475b3 Mon Sep 17 00:00:00 2001 From: Akshita Rajendra Jain Date: Thu, 9 Apr 2015 08:24:38 -0600 Subject: [PATCH 1/1] configure: update to changes in fusion-aw packaging Remove a dependency that is no longer used. Signed-off-by: Jens Axboe --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 892335b9..c1a4915d 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" -- 2.25.1