summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-12-18 14:55:37 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-12-18 14:56:34 +0100
commit28c08ce8457dbf5a9ac1a9a4cdf6265e7b20c4eb (patch)
tree1942ea15c7fd18d05be1a80b383b19c9dfaa3c6b /profiles
parentsys-power/nut: Stabilize 2.8.0-r2 x86, #920226 (diff)
downloadgentoo-28c08ce8457dbf5a9ac1a9a4cdf6265e7b20c4eb.tar.gz
gentoo-28c08ce8457dbf5a9ac1a9a4cdf6265e7b20c4eb.tar.bz2
gentoo-28c08ce8457dbf5a9ac1a9a4cdf6265e7b20c4eb.zip
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/releases/23.0/make.defaults3
1 files changed, 3 insertions, 0 deletions
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"