external/fontconfig/libfontconfig-bundled-soname.patch.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 80f7d8df4f5eb3176302dd95aad5ecdf55bb54f5 Author: Julien Nabet <[email protected]> AuthorDate: Sat Jun 28 17:35:47 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sat Jun 28 20:37:48 2025 +0200 Fix error after 17a782a2a7387c35865dcfea77ef0872eb944af9 fontconfig: upgrade to 2.17.0 I had these errors: /home/julien/lo/libreoffice/instdir/program/gengal.bin: error while loading shared libraries: libfontconfig-lo.so.1.15.0: cannot open shared object file: No such file or directory make[1]: *** [/home/julien/lo/libreoffice/solenv/gbuild/Gallery.mk:57: /home/julien/lo/libreoffice/workdir/Gallery/backgrounds.done] Error 1 make[1]: *** Attente des tâches non terminées.... /home/julien/lo/libreoffice/instdir/program/gengal.bin: error while loading shared libraries: libfontconfig-lo.so.1.15.0: cannot open shared object file: No such file or directory make[1]: *** [/home/julien/lo/libreoffice/solenv/gbuild/Gallery.mk:57: /home/julien/lo/libreoffice/workdir/Gallery/sounds.done] Error 1 make: *** [Makefile:302: build] Error 2 Change-Id: I625373ec89f26bdcdca0db871a427f71b4ad0755 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187136 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> (cherry picked from commit 4fb133e47937015696c9ea932487c15fa88ed811) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187137 diff --git a/external/fontconfig/libfontconfig-bundled-soname.patch.0 b/external/fontconfig/libfontconfig-bundled-soname.patch.0 index 8ee239d52266..d92957b6f6ca 100644 --- a/external/fontconfig/libfontconfig-bundled-soname.patch.0 +++ b/external/fontconfig/libfontconfig-bundled-soname.patch.0 @@ -5,7 +5,7 @@ lib_LTLIBRARIES = libfontconfig.la libfontconfig_la_LDFLAGS = \ - -version-info @LIBT_VERSION_INFO@ -no-undefined $(export_symbols) -+ -version-info @LIBT_VERSION_INFO@ -no-undefined $(export_symbols) -release lo -Wl,-soname -Wl,libfontconfig-lo.so.1.15.0 ++ -version-info @LIBT_VERSION_INFO@ -no-undefined $(export_symbols) -release lo -Wl,-soname -Wl,libfontconfig-lo.so.1.16.0 libfontconfig_la_LIBADD = $(ICONV_LIBS) $(FREETYPE_LIBS) $(LIBXML2_LIBS) $(EXPAT_LIBS) $(LTLIBINTL) libfontconfig_la_DEPENDENCIES = $(fontconfig_def_dependency)
