diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-12-18 14:55:37 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-12-18 14:56:34 +0100 |
commit | 28c08ce8457dbf5a9ac1a9a4cdf6265e7b20c4eb (patch) | |
tree | 1942ea15c7fd18d05be1a80b383b19c9dfaa3c6b /profiles | |
parent | sys-power/nut: Stabilize 2.8.0-r2 x86, #920226 (diff) | |
download | gentoo-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.defaults | 3 |
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" |