Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/
Date: Mon, 31 Oct 2022 17:39:16
Message-Id: 1667237947.0f3f8cf80d2c47ff650e0ed6456b66815ecc439a.mattst88@gentoo
1 commit: 0f3f8cf80d2c47ff650e0ed6456b66815ecc439a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 16:59:41 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 17:39:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3f8cf8
7
8 sys-apps/systemd-utils: Explicitly disable bpf-framework
9
10 BPF is not used by systemd-utils, only by components that are part of
11 the full systemd installation. In Gentoo this change is a no-op. It only
12 serves to skip some configure tests, which happen to use unprefixed
13 'clang', which is not allowed in ChromeOS.
14
15 Closes: https://github.com/gentoo/gentoo/pull/28053
16 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
17
18 sys-apps/systemd-utils/systemd-utils-251.7.ebuild | 1 +
19 1 file changed, 1 insertion(+)
20
21 diff --git a/sys-apps/systemd-utils/systemd-utils-251.7.ebuild b/sys-apps/systemd-utils/systemd-utils-251.7.ebuild
22 index a59e868762b9..46a55e226ca4 100644
23 --- a/sys-apps/systemd-utils/systemd-utils-251.7.ebuild
24 +++ b/sys-apps/systemd-utils/systemd-utils-251.7.ebuild
25 @@ -175,6 +175,7 @@ multilib_src_configure() {
26 -Daudit=false
27 -Dbacklight=false
28 -Dbinfmt=false
29 + -Dbpf-framework=false
30 -Dbzip2=false
31 -Dcoredump=false
32 -Ddbus=false