[Libreoffice-commits] core.git: external/coinmp

Stephan Bergmann sbergman at redhat.com
Fri Apr 11 01:05:13 PDT 2014


 external/coinmp/ExternalProject_coinmp.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cce49ccd002af788a7b025be6dc8bded933cf3a3
Author: Stephan Bergmann <sbergman at 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) \
 	)
 


More information about the Libreoffice-commits mailing list