From 0f3f8cf80d2c47ff650e0ed6456b66815ecc439a Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 31 Oct 2022 12:59:41 -0400 Subject: sys-apps/systemd-utils: Explicitly disable bpf-framework BPF is not used by systemd-utils, only by components that are part of the full systemd installation. In Gentoo this change is a no-op. It only serves to skip some configure tests, which happen to use unprefixed 'clang', which is not allowed in ChromeOS. Closes: https://github.com/gentoo/gentoo/pull/28053 Signed-off-by: Matt Turner --- sys-apps/systemd-utils/systemd-utils-251.7.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'sys-apps') diff --git a/sys-apps/systemd-utils/systemd-utils-251.7.ebuild b/sys-apps/systemd-utils/systemd-utils-251.7.ebuild index a59e868762b9..46a55e226ca4 100644 --- a/sys-apps/systemd-utils/systemd-utils-251.7.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-251.7.ebuild @@ -175,6 +175,7 @@ multilib_src_configure() { -Daudit=false -Dbacklight=false -Dbinfmt=false + -Dbpf-framework=false -Dbzip2=false -Dcoredump=false -Ddbus=false -- cgit v1.2.3-65-gdbad