forked from pool/parsec
Accepting request 1059544 from security
OBS-URL: https://build.opensuse.org/request/show/1059544 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parsec?expand=0&rev=17
This commit is contained in:
commit
de63b2b370
@ -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