mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Explicitly disable LLVM_APPEND_VC_REV
This already happens implicitly because we don't build from a git checkout. However, currently this also breaks the build due to https://github.com/llvm/llvm-project/pull/88164. Avoid this by explicitly disabling the option.
This commit is contained in:
parent
aa3612f180
commit
96e6dc3d90
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ cd llvm
|
|||
-DLLVM_BUILD_DOCS:BOOL=ON \
|
||||
-DLLVM_ENABLE_SPHINX:BOOL=ON \
|
||||
-DLLVM_ENABLE_DOXYGEN:BOOL=OFF \
|
||||
-DLLVM_APPEND_VC_REV:BOOL=OFF \
|
||||
\
|
||||
%if %{with snapshot_build}
|
||||
-DLLVM_VERSION_SUFFIX="%{llvm_snapshot_version_suffix}" \
|
||||
|
|
Loading…
Reference in a new issue