summaryrefslogtreecommitdiff
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-04-30 15:47:19 +0200
commite42ac6f07066dc8f8a9fb70082600a63cfd358d1 (patch)
treec8c0ae5d1404d518644b78629b1842838b8ef8ed
parent4419c19197280973d9bc6934e85bc08828871448 (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>
-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 \
))