summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2017-04-23 21:55:50 -0800
committerKent Overstreet <kent.overstreet@gmail.com>2017-04-23 22:05:31 -0800
commite41920e6036c3fb6b91edac44a56630cf13d8027 (patch)
tree61d4efd009e10a61fec05f92c6b39f1dcb667d8c /Makefile
parentc35fbbc025c6099969befb4dfaf065215cf40cf3 (diff)
Use aio
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 327fec25..d6286dea 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ endif
PKGCONFIG_LIBS="blkid uuid liburcu libsodium zlib"
CFLAGS+=`pkg-config --cflags ${PKGCONFIG_LIBS}`
LDLIBS+=`pkg-config --libs ${PKGCONFIG_LIBS}` \
- -lm -lpthread -lrt -lscrypt -lkeyutils
+ -lm -lpthread -lrt -lscrypt -lkeyutils -laio
ifeq ($(PREFIX),/usr)
ROOT_SBINDIR=/sbin