Commit 769d5278 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

tests: add libaio to LDLIBS

Reported-by: Mr Travis
Signed-off-by: 's avatarAndrew Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent ea3e3945
...@@ -64,6 +64,7 @@ else ...@@ -64,6 +64,7 @@ else
fi fi
fi fi
export LIBRARY_PATH=/usr/lib/${ARCH}-linux-gnu/
echo "Running tests" echo "Running tests"
echo "Environment: $(uname -a)" echo "Environment: $(uname -a)"
......
...@@ -273,7 +273,7 @@ wait_stop: ...@@ -273,7 +273,7 @@ wait_stop:
$(TST): $(LIB) $(TST): $(LIB)
aio00: override LDFLAGS += -laio aio00: override LDLIBS += -laio
futex.o: override CFLAGS += -pthread futex.o: override CFLAGS += -pthread
futex: override LDFLAGS += -pthread futex: override LDFLAGS += -pthread
futex-rl.o: override CFLAGS += -pthread futex-rl.o: override CFLAGS += -pthread
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment