diff options
author | Jens Axboe <axboe@kernel.dk> | 2019-10-21 08:46:43 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-10-21 08:46:43 -0600 |
commit | f6830780c2022a607b252191d4a5a1c6804e7513 (patch) | |
tree | f6e502aad44c45505fd956d88133642cda727a2d | |
parent | 2e97fa1b0d76edc6517fa4a8a4f6e0792b458e8c (diff) | |
parent | ad3e7e97780c406fca5afa56239b2a6b71cf6277 (diff) | |
download | fio-f6830780c2022a607b252191d4a5a1c6804e7513.tar.gz fio-f6830780c2022a607b252191d4a5a1c6804e7513.tar.bz2 |
Merge branch 'android-log-fix' of https://github.com/kdrag0n/fio
* 'android-log-fix' of https://github.com/kdrag0n/fio:
Makefile: Link to the system logging library on Android
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ endif ifeq ($(CONFIG_TARGET_OS), Android) SOURCE += diskutil.c fifo.c blktrace.c cgroup.c trim.c profiles/tiobench.c \ oslib/linux-dev-lookup.c - LIBS += -ldl + LIBS += -ldl -llog LDFLAGS += -rdynamic endif ifeq ($(CONFIG_TARGET_OS), SunOS) |