SHA256
1
0
forked from pool/parsec
Dominique Leuenberger 2023-01-19 15:44:22 +00:00 committed by Git OBS Bridge
commit de63b2b370
2 changed files with 10 additions and 0 deletions

View File

@ -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>

View File

@ -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