Makefile: build t/fio-dedupe only if zlib support is found
authorVincent Fu <vincent.fu@samsung.com>
Fri, 28 Jan 2022 21:46:37 +0000 (21:46 +0000)
committerJens Axboe <axboe@kernel.dk>
Fri, 28 Jan 2022 21:49:09 +0000 (14:49 -0700)
commitdd75d6d0d4121ab9ca6ca571fbc1b2bf7fe89dad
tree03fc3b876b633c38052d7a82a8f65946e7ce486c
parentf83584dd8ebfa1ddaa13aeb45d8510887a5e2497
Makefile: build t/fio-dedupe only if zlib support is found

df284fbdc23974c931865a8ddb7d171606b3c778 added zlib support as a
requirement for building fio-dedupe.

The current patch changes the Makefile to avoid trying to build
fio-dedupe when zlib support is not present.

Link: https://lore.kernel.org/fio/51b79acb-c314-143b-514c-a22ff9462829@gmail.com/T/#u
Reported-by: Professor Pro <annivation@gmail.com>
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
Link: https://lore.kernel.org/r/20220128214611.165312-1-vincent.fu@samsung.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile