mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
meson: libmount is required for oss-fuzz builds now too
See https://github.com/google/oss-fuzz/issues/1191.
This commit is contained in:
parent
af4d7860c4
commit
c0b4b0f8f5
@ -843,8 +843,7 @@ if not libcap.found()
|
||||
endif
|
||||
|
||||
libmount = dependency('mount',
|
||||
version : '>= 2.30',
|
||||
required : not fuzzer_build)
|
||||
version : fuzzer_build ? '>= 0' : '>= 2.30')
|
||||
|
||||
want_seccomp = get_option('seccomp')
|
||||
if want_seccomp != 'false' and not fuzzer_build
|
||||
|
Loading…
Reference in New Issue
Block a user