commit:     0f3f8cf80d2c47ff650e0ed6456b66815ecc439a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 31 16:59:41 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 17:39:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3f8cf8

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 <mattst88 <AT> gentoo.org>

 sys-apps/systemd-utils/systemd-utils-251.7.ebuild | 1 +
 1 file changed, 1 insertion(+)

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

Reply via email to