]> git.ipfire.org Git - thirdparty/util-linux.git/commit
meson: only build test_enosys when HAVE_FALLOCATE
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 29 Apr 2026 12:19:52 +0000 (14:19 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Mon, 4 May 2026 13:52:03 +0000 (15:52 +0200)
commitd87e871affba3d9d5051788f6b8496cedb855d44
tree157bb42df35602ff97b4968192f9f088f87b33c7
parent7a69e34fe64344252c8ab9a3f054dc3f19ff46ad
meson: only build test_enosys when HAVE_FALLOCATE

The test program calls fallocate(), so don't try to build it when that
is not available.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
meson.build