summaryrefslogtreecommitdiff
path: root/unoidl
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 /unoidl
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 'unoidl')
-rw-r--r--unoidl/Executable_unoidl-check.mk5
-rw-r--r--unoidl/Executable_unoidl-write.mk5
2 files changed, 8 insertions, 2 deletions
diff --git a/unoidl/Executable_unoidl-check.mk b/unoidl/Executable_unoidl-check.mk
index edd0d4b32aec..671ee38de5f8 100644
--- a/unoidl/Executable_unoidl-check.mk
+++ b/unoidl/Executable_unoidl-check.mk
@@ -22,7 +22,10 @@ $(eval $(call gb_Executable_use_libraries,unoidl-check, \
))
ifeq ($(DISABLE_DYNLOADING),TRUE)
-$(eval $(call gb_Executable_use_external,unoidl-check,dtoa))
+$(eval $(call gb_Executable_use_externals,unoidl-check,\
+ dtoa \
+ zlib \
+))
endif
# vim: set noet sw=4 ts=4:
diff --git a/unoidl/Executable_unoidl-write.mk b/unoidl/Executable_unoidl-write.mk
index 3ba2d9655563..cc15bc34d004 100644
--- a/unoidl/Executable_unoidl-write.mk
+++ b/unoidl/Executable_unoidl-write.mk
@@ -22,7 +22,10 @@ $(eval $(call gb_Executable_use_libraries,unoidl-write, \
))
ifeq ($(DISABLE_DYNLOADING),TRUE)
-$(eval $(call gb_Executable_use_external,unoidl-write,dtoa))
+$(eval $(call gb_Executable_use_externals,unoidl-write,\
+ dtoa \
+ zlib \
+))
endif
# vim: set noet sw=4 ts=4: