]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
build: add libsystemd to oss fuzz dependencies 4208/head
authorChristian Brauner <brauner@kernel.org>
Thu, 13 Oct 2022 15:48:10 +0000 (17:48 +0200)
committerChristian Brauner (Microsoft) <christian.brauner@ubuntu.com>
Thu, 13 Oct 2022 15:48:10 +0000 (17:48 +0200)
Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52169
Signed-off-by: Christian Brauner (Microsoft) <christian.brauner@ubuntu.com>
meson.build

index f8bdcf4e83b8475c7d21c3856cb54aa8ebc721e4..9e0b1b67f2f7e523d9e20767674e99894cb210c3 100644 (file)
@@ -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