i18npool/Library_localedata_others.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit fd69b546ad36452560cb11ccb28e78632d65f045
Author:     Taichi Haradaguchi <20001...@ymail.ne.jp>
AuthorDate: Sun Oct 22 00:43:04 2023 +0900
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Sun Oct 22 22:37:25 2023 +0200

    Link Library_localedata_others against sal
    
    <https://ci.libreoffice.org/job/lo_daily_tb_win/1557/> 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 <sberg...@redhat.com>

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))

Reply via email to