summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-12-09 17:23:11 +0100
committerMichael Stahl <mstahl@redhat.com>2016-12-19 15:57:09 +0000
commit53b381e30ce2240a2c1159a2b2a9cd7cec1430c7 (patch)
treec23e7e48b76d4a3b491648dc9a9c180c0c9ed067 /RepositoryExternal.mk
parent28ffaf79b993d05dd0775d0a14e83dc476c93bf1 (diff)
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 <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit f4732872aaba09c3d5b7cebb9af6bc7b7be534d4) Reviewed-on: https://gerrit.libreoffice.org/32185 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 9650bf98253e..109b924e4e11 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 \