summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2021-04-30 15:44:58 +0200
committerAndras Timar <andras.timar@collabora.com>2021-05-12 10:51:46 +0200
commit9ab61a553098cff2ee3b4f1fcc8389e4f2f3ff88 (patch)
tree489ce4809277be6b4c43a34d39add71c12c37f14 /external
parent1b8a6f433708d62d8a8ef0f9b19bda2b882f8a46 (diff)
serf should use bundled openssl headers, not system openssl headers
Change-Id: I4431e5141a80394950f5711051065df42fe85f8d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114918 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@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 e04eef72da44..b6bef228a009 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 \
+ openssl_headers \
zlib \
))