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

Michael Stahl mstahl at redhat.com
Fri Apr 4 12:29:32 PDT 2014


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

New commits:
commit 6731f6c36faf64ab4522f0ffe2045c794849fabe
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Apr 4 18:12:16 2014 +0200

    coinmp: actually link the libraries
    
    Several people named Chris report failures in the solver unit test, and
    apparently the CoinMP libraries have loads of unresolved symbols
    because they don't have NEEDED entries, i.e. were not linked properly;
    let's see if this fixes it.
    
    Change-Id: Id406e14b0805a458d608c23cb7c65d873b5ba2f0
    Reviewed-on: https://gerrit.libreoffice.org/8850
    Reviewed-by: Chris Laplante <mostthingsweb at gmail.com>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/external/coinmp/ExternalProject_coinmp.mk b/external/coinmp/ExternalProject_coinmp.mk
index b66e877..c18f2d5 100644
--- a/external/coinmp/ExternalProject_coinmp.mk
+++ b/external/coinmp/ExternalProject_coinmp.mk
@@ -27,6 +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 \
 		&& $(MAKE) \
 	)
 


More information about the Libreoffice-commits mailing list