Skip to content

Commit

Permalink
vere: disable systemd and apparmor for the dbus dependency (#582)
Browse files Browse the repository at this point in the history
Some people have been having problems building vere because of these.
  • Loading branch information
pkova authored Mar 8, 2024
2 parents d7a8827 + 90b60f6 commit 6a10a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/third_party/dbus/dbus.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ configure_make(
"//conditions:default": ["--jobs=`nproc`"],
}),
copts = ["-O3"],
configure_options = ["--disable-selinux --without-x --disable-tests"],
configure_options = ["--disable-selinux --without-x --disable-tests --disable-systemd --disable-apparmor"],
lib_source = ":all",
configure_in_place = True,
deps = ["@expat"],
Expand Down

0 comments on commit 6a10a9e

Please sign in to comment.