]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
build: lxc-init doesn't need to build the whole config infra
authorChristian Brauner <brauner@kernel.org>
Wed, 8 Jun 2022 18:03:59 +0000 (20:03 +0200)
committerChristian Brauner (Microsoft) <christian.brauner@ubuntu.com>
Wed, 8 Jun 2022 18:03:59 +0000 (20:03 +0200)
Signed-off-by: Christian Brauner (Microsoft) <christian.brauner@ubuntu.com>
src/lxc/cmd/meson.build

index 13c4a8eea5c771c7dcc9948ca685da2a37eebadd..f84269ecbcab6d3d1e1b83d0d35fd5d8a3a4cd79 100644 (file)
@@ -77,6 +77,7 @@ cmd_programs += executable(
     'init.lxc',
     cmd_lxc_init_sources,
     include_directories: liblxc_includes,
+    c_args: ['-DNO_LXC_CONF'],
     dependencies: liblxc_dep,
     install_dir: sbindir,
     install: true)