Accepting request 959994 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/959994 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abseil-cpp?expand=0&rev=21
This commit is contained in:
parent
3015c61bd8
commit
c34b7faf21
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 4 09:42:26 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
- Fix build on SLE-12-SP5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 4 18:55:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Tue Jan 4 18:55:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -27,6 +27,9 @@ BuildRequires: c++_compiler
|
|||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
%if 0%{suse_version} < 1500
|
||||||
|
BuildRequires: gcc11-c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Abseil is a collection of C++11 libraries which augment the C++
|
Abseil is a collection of C++11 libraries which augment the C++
|
||||||
@ -51,6 +54,9 @@ cat >"%{_builddir}/abslx.sym" <<-EOF
|
|||||||
ABSL_%{version} { global: *; };
|
ABSL_%{version} { global: *; };
|
||||||
EOF
|
EOF
|
||||||
%define build_ldflags -Wl,--version-script=%{_builddir}/abslx.sym
|
%define build_ldflags -Wl,--version-script=%{_builddir}/abslx.sym
|
||||||
|
%if 0%{suse_version} < 1500
|
||||||
|
export CXX=g++-11
|
||||||
|
%endif
|
||||||
%cmake
|
%cmake
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user