Skip to content

Commit

Permalink
meson: libmount is required for oss-fuzz builds now too
Browse files Browse the repository at this point in the history
See google/oss-fuzz#1191.

(cherry picked from commit c0b4b0f)
  • Loading branch information
keszybz authored and eworm-de committed Mar 22, 2018
1 parent 95b22c4 commit d91ada3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -844,8 +844,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
Expand Down

0 comments on commit d91ada3

Please sign in to comment.