From baa18bb237a05ce1cdd7fdb9055dfc5dbaae7de5 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Mon, 8 Jun 2020 18:41:46 +0300 Subject: [PATCH] Force rebuilding configure because it seems to work incorrectly "DEBUG: checking for exit in -lboost_date_time... (cached) no DEBUG: configure: error: Could not link against boost_date_time !" It tries to process "AC_MSG_CHECKING([which boost to use]) if test "$with_system_boost" = "yes"; then AC_MSG_RESULT([external]) SYSTEM_BOOST=TRUE AX_BOOST_BASE(1.47) AX_BOOST_DATE_TIME AX_BOOST_FILESYSTEM AX_BOOST_IOSTREAMS AX_BOOST_LOCALE AC_LANG_PUSH([C++]) " with cc compiler, not cxx --- libreoffice.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libreoffice.spec b/libreoffice.spec index 06d8477..03cd9a1 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -44,6 +44,8 @@ %global __noautoreq 'libjawt.so|libmyspell.so|libstlport_gcc.so|libmono.so|mono|devel\\(libunoidl(.*)' %global __provides_exclude libsndfile.so\\|libportaudio.so\\|libdb-4.2.so\\|libdb_java-4.2.so\\|libmyspell.so\\|libstlport_gcc.so\\|librdf.so.0\\|libraptor.so.1\\|libxmlsec1-nss.so.1\\|libxmlsec1.so.1 +%undefine _disable_rebuild_configure + Summary: Office suite Name: libreoffice Epoch: 1