solenv/gbuild/static.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit af2457dd1f421d657f8d2ad3e2d8493ab9288d4d Author: Christian Lohmaier <[email protected]> AuthorDate: Fri Oct 20 18:00:25 2023 +0200 Commit: Christian Lohmaier <[email protected]> CommitDate: Mon Oct 23 19:16:57 2023 +0200 liborcus(-parser) also needs boost_iostreams - fixes wasm build not handling that automatically from the info from the regular build is kinda ugly, probably can be done via RepositoryExternal.mk, but since it was done that way initially after much tinkering, I don't want to invest much time into rewriting the static build stuff just to get rid of the few lines for icu and liborcus .... Change-Id: I2a620426854eb16e2388159bb3bbf1a514872ef9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158267 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <[email protected]> diff --git a/solenv/gbuild/static.mk b/solenv/gbuild/static.mk index 9b98ec99c593..b6eb9b1fe8cd 100644 --- a/solenv/gbuild/static.mk +++ b/solenv/gbuild/static.mk @@ -184,7 +184,7 @@ $(if $(filter-out GBUILD_TOUCHED,$(call gb_LinkTarget__get_all_statics,$(1))), $(if $(filter icui18n icuuc,$(call gb_LinkTarget__get_all_externals,$(1))), $(call gb_LinkTarget_use_externals,$(1),icudata)) $(if $(filter orcus-parser,$(call gb_LinkTarget__get_all_externals,$(1))), - $(call gb_LinkTarget_use_static_libraries,$(1),boost_filesystem)) + $(call gb_LinkTarget_use_static_libraries,$(1),boost_filesystem boost_iostreams)) $(if $(gb_DEBUG_STATIC), $(info gb_LinkTarget__expand_executable libraries for $(call gb_LinkTarget__get_workdir_linktargetname,$(1)): $(call gb_LinkTarget__get_all_libraries,$(1)))
