summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2021-04-15 12:24:39 +0200
committerLuboš Luňák <l.lunak@collabora.com>2021-04-15 14:54:19 +0200
commitcf6bea2c4a05cb07fab6e4f8ad1e4a743306d731 (patch)
treeaee67be8354385653f57566b555635ec2e33031d /external
parent79aa866b184678e3d306d64da59a7deb54c41aef (diff)
fix serf dependencies
RepositoryExternal.mk treats apr and apr_util as one external, but technically they are two, so both of it must be built for 'apr' to be ready to be used by serf. Change-Id: If00fb10a698fd926437e18ac0e4fa66b2722ebae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114135 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'external')
-rw-r--r--external/serf/StaticLibrary_serf.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/serf/StaticLibrary_serf.mk b/external/serf/StaticLibrary_serf.mk
index f202ddc1da4b..e04eef72da44 100644
--- a/external/serf/StaticLibrary_serf.mk
+++ b/external/serf/StaticLibrary_serf.mk
@@ -16,6 +16,7 @@ $(eval $(call gb_StaticLibrary_use_unpacked,serf,serf))
$(eval $(call gb_StaticLibrary_use_externals,serf,\
apr \
openssl \
+ zlib \
))
$(eval $(call gb_StaticLibrary_set_include,serf,\