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

New commits:
commit f4732872aaba09c3d5b7cebb9af6bc7b7be534d4
Author: Michael Stahl <mst...@redhat.com>
Date:   Fri Dec 9 17:23:11 2016 +0100

    fix lpsolve dependency
    
    It currently only requires unpacking the tarball so linking can fail
    with "cannot open input file ... lpsolve55.lib"
    
    Change-Id: I6ab99d7ecfd08b1b934f5c189d8fe74b7ee517e5
    Reviewed-on: https://gerrit.libreoffice.org/31805
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de>
    Reviewed-by: Thorsten Behrens <thorsten.behr...@cib.de>

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index f024f05..fd6f4c8 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2377,7 +2377,7 @@ endef
 else # !SYSTEM_LPSOLVE
 
 define gb_LinkTarget__use_lpsolve
-$(call gb_LinkTarget_use_unpacked,$(1),lpsolve)
+$(call gb_LinkTarget_use_external_project,$(1),lpsolve)
 ifeq ($(COM),MSC)
 $(call gb_LinkTarget_add_libs,$(1),\
        $(call gb_UnpackedTarball_get_dir,lpsolve)/lpsolve55/lpsolve55.lib \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to