From 14b977cb4f80fc0382a6412950af01181d0bd398 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Fri, 9 May 2025 12:42:21 +0200 Subject: [PATCH] overlay profiles: Force static-libs on sys-libs/libsepol to fix bootstrap Signed-off-by: Krzesimir Nowak --- .../profiles/coreos/targets/sdk/package.use.force | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use.force diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use.force b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use.force new file mode 100644 index 0000000000..6f5e10a0a6 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use.force @@ -0,0 +1,4 @@ +# Needed during bootstrap - systemd pulls dbus, which pulls dbus +# selinux policies, which pull policycoreutils, which pulls +# selinux-python, which needs libsepol with static libs. +sys-libs/libsepol static-libs