From d28725b2de4dd9fc9fb31f949b7fb803800e857d Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Tue, 26 Nov 2024 09:41:36 -0300 Subject: [PATCH] Enable LLVM_ENABLE_ZSTD Fixes rhbz#2321848. --- llvm.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index 59774ed..320c97c 100644 --- a/llvm.spec +++ b/llvm.spec @@ -182,7 +182,7 @@ #region main package Name: %{pkg_name_llvm} Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Low Level Virtual Machine License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -291,6 +291,7 @@ BuildRequires: cmake BuildRequires: chrpath BuildRequires: ninja-build BuildRequires: zlib-devel +BuildRequires: libzstd-devel BuildRequires: libffi-devel BuildRequires: ncurses-devel # This intentionally does not use python3_pkgversion. RHEL 8 does not have @@ -974,6 +975,7 @@ popd -DLLVM_ENABLE_PROJECTS="%{projects}" \\\ -DLLVM_ENABLE_RUNTIMES="compiler-rt;openmp;offload" \\\ -DLLVM_ENABLE_ZLIB:BOOL=ON \\\ + -DLLVM_ENABLE_ZSTD:BOOL=FORCE_ON \\\ -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=%{experimental_targets_to_build} \\\ -DLLVM_INCLUDE_BENCHMARKS=OFF \\\ -DLLVM_INCLUDE_EXAMPLES:BOOL=ON \\\ @@ -2496,6 +2498,9 @@ fi #region changelog %changelog +* Tue Nov 26 2024 Tulio Magno Quites Machado Filho - 19.1.4-2 +- Enable LLVM_ENABLE_ZSTD (rhbz#2321848) + * Thu Nov 21 2024 Timm Bäder - 19.1.4-1 - Update to 19.1.4