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
This commit is contained in:
Mikhail Novosyolov 2020-06-08 18:41:46 +03:00
parent 3152461e9f
commit baa18bb237

View file

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