Use the same config with clang + libstdc++-gcc10 in rosa2019.05 as tested in rosa2016.1, this will also help to fix linking with libboost because -lstdc++-gcc10 is forced in that configuration, and is forced only for C++ code, not for C code

"DEBUG: checking for exit in -lboost_date_time... (cached) no
DEBUG: configure: error: Could not link against boost_date_time !"
This commit is contained in:
Mikhail Novosyolov 2020-06-08 17:41:26 +03:00
parent fa22e95cbb
commit ea213318e9

View file

@ -1,7 +1,7 @@
%bcond_without l10n %bcond_without l10n
%bcond_with icecream %bcond_with icecream
%bcond_with ccache %bcond_with ccache
%if %{mdvver} < 201900 %if %{mdvver} < 201910
%bcond_without clang %bcond_without clang
%else %else
%bcond_with clang %bcond_with clang
@ -48,7 +48,7 @@ Summary: Office suite
Name: libreoffice Name: libreoffice
Epoch: 1 Epoch: 1
Version: 6.3.5 Version: 6.3.5
Release: 8 Release: 9
License: (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and Artistic License: (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and Artistic
Group: Office Group: Office
Url: http://www.libreoffice.org Url: http://www.libreoffice.org