diff options
author | 2022-10-31 12:59:41 -0400 | |
---|---|---|
committer | 2022-10-31 13:39:07 -0400 | |
commit | 0f3f8cf80d2c47ff650e0ed6456b66815ecc439a (patch) | |
tree | a93dafb15993824a25417cb68266c1b8c1dae899 /sys-apps | |
parent | profiles: Unmask x11-misc/gtkdialog (diff) | |
download | gentoo-0f3f8cf80d2c47ff650e0ed6456b66815ecc439a.tar.gz gentoo-0f3f8cf80d2c47ff650e0ed6456b66815ecc439a.tar.bz2 gentoo-0f3f8cf80d2c47ff650e0ed6456b66815ecc439a.zip |
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@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd-utils/systemd-utils-251.7.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |