[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - Repository.mk

Matúš Kukan matus.kukan at collabora.com
Sat May 10 14:15:54 PDT 2014


 Repository.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 33e1344260d9ac554a11f94e24d7647efe588c9b
Author: Matúš Kukan <matus.kukan at collabora.com>
Date:   Sat May 10 16:17:42 2014 +0200

    fix --disable-lpsolve build: wrong condition for 'solver' library
    
    Change-Id: I31c4ac127e8092ffb854f57efa5fb7226f229a35
    Reviewed-on: https://gerrit.libreoffice.org/9305
    Tested-by: Michael Stahl <mstahl at redhat.com>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/Repository.mk b/Repository.mk
index 578ebd4c..fa85842 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -157,7 +157,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
 	scd \
 	scfilt \
 	scui \
-	$(if $(MPL_SUBSET),,solver) \
+	$(if $(ENABLE_LPSOLVE),solver) \
 	$(if $(ENABLE_OPENCL),scopencl) \
 	$(if $(DISABLE_SCRIPTING),,vbaobj) \
 	$(if $(ENABLE_TELEPATHY),tubes) \


More information about the Libreoffice-commits mailing list