mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-12-01 03:32:55 +00:00
Remove unneeded BuildRequires: libstdc++-static
This commit is contained in:
parent
a49a481229
commit
9d70f3b6d9
1 changed files with 4 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
||||||
%global min_ver 0
|
%global min_ver 0
|
||||||
%global patch_ver 0
|
%global patch_ver 0
|
||||||
#%%global rc_ver 3
|
#%%global rc_ver 3
|
||||||
%global baserelease 1
|
%global baserelease 2
|
||||||
|
|
||||||
|
|
||||||
%if %{with compat_build}
|
%if %{with compat_build}
|
||||||
|
@ -70,7 +70,6 @@ BuildRequires: multilib-rpm-config
|
||||||
%if %{with gold}
|
%if %{with gold}
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libstdc++-static
|
|
||||||
%ifarch %{valgrind_arches}
|
%ifarch %{valgrind_arches}
|
||||||
# Enable extra functionality when run the LLVM JIT under valgrind.
|
# Enable extra functionality when run the LLVM JIT under valgrind.
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
|
@ -477,6 +476,9 @@ fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 27 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-2
|
||||||
|
- Remove unneeded BuildRequires: libstdc++-static
|
||||||
|
|
||||||
* Thu Sep 19 2019 sguelton@redhat.com - 9.0.0-1
|
* Thu Sep 19 2019 sguelton@redhat.com - 9.0.0-1
|
||||||
- 9.0.0 Release
|
- 9.0.0 Release
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue