commit: 28c08ce8457dbf5a9ac1a9a4cdf6265e7b20c4eb
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 13:55:37 2023 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 13:56:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28c08ce8
profiles, 23.0: add zstd to BOOTSTRAP_USE
Needed since otherwise LLVM fails to install into stage1 on llvm profiles
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
profiles/releases/23.0/make.defaults | 3 +++
1 file changed, 3 insertions(+)
diff --git a/profiles/releases/23.0/make.defaults
b/profiles/releases/23.0/make.defaults
index 67fcf7e034d8..16ffd78fb52d 100644
--- a/profiles/releases/23.0/make.defaults
+++ b/profiles/releases/23.0/make.defaults
@@ -21,3 +21,6 @@ LDFLAGS="-Wl,-O1 -Wl,--as-needed"
# Avoid removing merged-usr symlinks.
UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /bin /lib /lib32 /lib64 /libx32 /sbin
/usr/sbin"
UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /usr/lib/modules/*"
+
+# needed for llvm profiles
+BOOTSTRAP_USE="${BOOTSTRAP_USE} zstd"