summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-02-12 15:44:39 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-02-12 21:21:09 +0100
commit28555fc345ac2ccdda0e4e0f3c812c646befe68b (patch)
treefce284e174e9f33d34436a7874cd3db564b77abb /idl
parent3a981ad54f226723bc9749b52d62de0c536178f6 (diff)
fix fuzzer build
Change-Id: I41df4af812cd225a0bd8e49df9e8b3c322698d28 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110825 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'idl')
-rw-r--r--idl/Executable_svidl.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/idl/Executable_svidl.mk b/idl/Executable_svidl.mk
index b710f0542429..54676af66860 100644
--- a/idl/Executable_svidl.mk
+++ b/idl/Executable_svidl.mk
@@ -22,7 +22,10 @@ $(eval $(call gb_Executable_Executable,svidl))
$(eval $(call gb_Executable_use_external,svidl,boost_headers))
ifeq ($(DISABLE_DYNLOADING),TRUE)
-$(eval $(call gb_Executable_use_external,svidl,dtoa))
+$(eval $(call gb_Executable_use_externals,svidl,\
+ dtoa \
+ zlib \
+))
endif
$(eval $(call gb_Executable_set_include,svidl,\