From fd69b546ad36452560cb11ccb28e78632d65f045 Mon Sep 17 00:00:00 2001
From: Taichi Haradaguchi <20001722@ymail.ne.jp>
Date: Sun, 22 Oct 2023 00:43:04 +0900
Subject: Link Library_localedata_others against sal
etc. recently
started to fail with
> localedata_af_NA.o : error LNK2001: unresolved external symbol __imp_rtl_uString_release
> C:\cygwin\home\tdf\jenkins\daily_workspace\tb\build_master\instdir\program\localedata_others.dll : fatal error LNK1120: 1 unresolved externals
> touch: failed to get attributes of 'C:/cygwin/home/tdf/jenkins/daily_workspace/tb/build_master/instdir/program/localedata_others.dll': No such file or directory
> make[1]: *** [C:/cygwin/home/tdf/jenkins/daily_workspace/tb/src_master/i18npool/Library_localedata_others.mk:10: C:/cygwin/home/tdf/jenkins/daily_workspace/tb/build_master/instdir/program/localedata_others.dll] Error 96
Change-Id: Ie3765b76691d66ea7f0bbcace5e9eba3168b813b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158309
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann
---
i18npool/Library_localedata_others.mk | 1 +
1 file changed, 1 insertion(+)
(limited to 'i18npool')
diff --git a/i18npool/Library_localedata_others.mk b/i18npool/Library_localedata_others.mk
index 1e9bce721a3e..f3578f2da097 100644
--- a/i18npool/Library_localedata_others.mk
+++ b/i18npool/Library_localedata_others.mk
@@ -13,6 +13,7 @@ $(eval $(call gb_Library_set_plugin_for_nodep,localedata_others,i18npool))
$(eval $(call gb_Library_use_libraries,localedata_others,\
localedata_en \
+ sal \
))
$(eval $(call gb_Library_use_common_precompiled_header,localedata_others))
--
cgit