external/coinmp/ExternalProject_coinmp.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cce49ccd002af788a7b025be6dc8bded933cf3a3 Author: Stephan Bergmann <sberg...@redhat.com> Date: Fri Apr 11 10:00:40 2014 +0200 Don't even dare check for Fortran ...which can lead to problems when e.g. building against a local trunk GCC (requiring LD_LIBRARY_PATH) that was configured to build only C/C++ compilers, so CoinMP's configuration would try to blend that with the system's gfortran. Change-Id: I9f237df0887e06e50b9e76f3a09cfebb6f22dc20 diff --git a/external/coinmp/ExternalProject_coinmp.mk b/external/coinmp/ExternalProject_coinmp.mk index c18f2d5..422cc94 100644 --- a/external/coinmp/ExternalProject_coinmp.mk +++ b/external/coinmp/ExternalProject_coinmp.mk @@ -27,7 +27,7 @@ else $(call gb_ExternalProject_get_state_target,coinmp,build) : +$(call gb_ExternalProject_run,build,\ ./configure COIN_SKIP_PROJECTS="Data/Sample" \ - --enable-dependency-linking \ + --enable-dependency-linking F77=unavailable \ && $(MAKE) \ ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits