diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-10-29 17:12:41 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-10-29 21:20:57 +0100 |
commit | 1ec39615b91b299c48be90f134840d89517ab4c3 (patch) | |
tree | ccfebd22a43aedc02795d0f702953b54c76e11aa /idl | |
parent | b799895aaa40f2699ce49cb0dbf434fe441676c0 (diff) |
fix oss-fuzz build failure
/work/instdir/program/libtllo.a(stream.o):stream.cxx:function
tools::isEmptyFileUrl(rtl::OUString const&): error: undefined reference to 'comphelper::isFileUrl(rtl::OUString const&)'
/src/libreoffice/solenv/gbuild/LinkTarget.mk:667: recipe for target '/work/workdir/LinkTarget/Executable/svidl' failed
Change-Id: I9ed31787c6d98ea516dd6927f8aa8b589c3b9824
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105024
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'idl')
-rw-r--r-- | idl/Executable_svidl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/idl/Executable_svidl.mk b/idl/Executable_svidl.mk index fe0933795392..b710f0542429 100644 --- a/idl/Executable_svidl.mk +++ b/idl/Executable_svidl.mk @@ -33,6 +33,7 @@ $(eval $(call gb_Executable_set_include,svidl,\ $(eval $(call gb_Executable_use_sdk_api,svidl)) $(eval $(call gb_Executable_use_libraries,svidl,\ + comphelper \ tl \ sal \ )) |