office-gobmx/external/fontconfig/libfontconfig-bundled-soname.patch.0
Stephan Bergmann 7459d4eef3 external/fontconfig: Adapt library name
...to recent bbb0663813 "Fontconfig: upgrade to
release 2.15.0"

Change-Id: I6abdb1889d55edc6b50beec60b5e71707695f0ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163684
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-02-21 15:19:29 +01:00

11 lines
503 B
Diff

# -*- Mode: Diff -*-
--- src/Makefile.in
+++ src/Makefile.in
@@ -529,6 +529,6 @@
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.12.1
libfontconfig_la_LIBADD = $(ICONV_LIBS) $(FREETYPE_LIBS) $(LIBXML2_LIBS) $(EXPAT_LIBS) $(LTLIBINTL)
libfontconfig_la_DEPENDENCIES = $(fontconfig_def_dependency)