summaryrefslogtreecommitdiffstats
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-10-19 15:50:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-10-22 22:44:05 +0200
commit5447117899e688a6b0003ebbd256e92bcefd76c8 (patch)
treeefb3775bf5044591fd20576c92d59a405b65f751 /RepositoryExternal.mk
parentsw Options Dialog View sizegroup update (diff)
downloadcore-5447117899e688a6b0003ebbd256e92bcefd76c8.tar.gz
core-5447117899e688a6b0003ebbd256e92bcefd76c8.zip
Missing test dependency
Noticed when executing CppunitTest_sccomp_solver that it apparently depended on ExternalProject_lpsolve but not on ExternalPackage_lpsolve. (LpSolverTest::testLpSolver in sccomp/qa/unit/solver.cxx instantiates UNO service com.sun.star.comp.Calc.LpsolveSolver in Library_solver, which uses lpsolve as an external.) Thanks to mst for showing me the right place to fix. Change-Id: I71a1c3552473ff6fea616805eea1fb68143d255b Reviewed-on: https://gerrit.libreoffice.org/81133 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@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 5ce23a10c6db..8561ba84a0ea 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2470,7 +2470,7 @@ endef
else # !SYSTEM_LPSOLVE
define gb_LinkTarget__use_lpsolve
-$(call gb_LinkTarget_use_external_project,$(1),lpsolve)
+$(call gb_LinkTarget_use_package,$(1),lpsolve)
ifeq ($(COM),MSC)
$(call gb_LinkTarget_add_libs,$(1),\
$(call gb_UnpackedTarball_get_dir,lpsolve)/lpsolve55/lpsolve55.lib \