Skip to content

Commit c0b4b0f

Browse files
committed
meson: libmount is required for oss-fuzz builds now too
See google/oss-fuzz#1191.
1 parent af4d786 commit c0b4b0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -843,8 +843,7 @@ if not libcap.found()
843843
endif
844844

845845
libmount = dependency('mount',
846-
version : '>= 2.30',
847-
required : not fuzzer_build)
846+
version : fuzzer_build ? '>= 0' : '>= 2.30')
848847

849848
want_seccomp = get_option('seccomp')
850849
if want_seccomp != 'false' and not fuzzer_build

0 commit comments

Comments
 (0)