Accepting request 1059543 from home:Guillaume_G:branches:security
- Add libstdc++6-devel-gcc11 to fix build with GCC11 on Backports SLE15-SP4/5 OBS-URL: https://build.opensuse.org/request/show/1059543 OBS-URL: https://build.opensuse.org/package/show/security/parsec?expand=0&rev=37
This commit is contained in:
parent
07db0a658b
commit
836f20c193
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 19 11:03:49 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Add libstdc++6-devel-gcc11 to fix build with GCC11 on
|
||||
Backports SLE15-SP4/5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 13:03:09 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@ -38,6 +38,10 @@ BuildRequires: cargo
|
||||
BuildRequires: clang-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: llvm-devel
|
||||
%if 0%{?sle_version} >= 150400
|
||||
# Fix build with GCC11 on Backports SLE15-SP4/5 - Avoid to get -lstdc++ not found
|
||||
BuildRequires: libstdc++6-devel-gcc11
|
||||
%endif
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: protobuf-devel
|
||||
BuildRequires: python3
|
||||
|
Loading…
Reference in New Issue
Block a user