From: Christian Brauner Date: Thu, 13 Oct 2022 15:48:10 +0000 (+0200) Subject: build: add libsystemd to oss fuzz dependencies X-Git-Tag: v6.0.0~92^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cac3fce4b3a7259b5726a0d4ecdfa936cbf15eb;p=thirdparty%2Flxc.git build: add libsystemd to oss fuzz dependencies Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52169 Signed-off-by: Christian Brauner (Microsoft) --- diff --git a/meson.build b/meson.build index f8bdcf4e8..9e0b1b67f 100644 --- a/meson.build +++ b/meson.build @@ -896,6 +896,9 @@ endif if has_sd_bus liblxc_dependencies += [libsystemd] + if want_oss_fuzz + oss_fuzz_dependencies += [libsystemd] + endif endif if have_openpty