c75c21eef6
- Fixes CVE-2017-18926 and CVE-2020-25713. - drop 0001-Calcualte-max-nspace-declarations-correctly-for-XML-.patch.1: merged upstream - drop 0001-CVE-2020-25713-raptor2-malformed-input-file-can-lead.patch.1: merged upstream - drop libtool.patch: merged upstream - drop most of raptor-freebsd.patch.1: merged upstream - drop most of raptor-msvc.patch.1: merged upsttream - drop most of ubsan.patch: merged upstream - drop Wint-conversion.patch: merged upstream depend on package icu_ure to have libicuuc delivered and add corresponding directory to rpath-link to make sure the right copy is picked up use $(strip ...) in LDFLAGS to avoid having to escape , with $(COMMA) Change-Id: Ic05269ade5dae3761d98432ee504a51434a4c753 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161704 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
13 lines
523 B
Groff
13 lines
523 B
Groff
rhbz#809466 change soname of bundled redland libs
|
|
|
|
--- a/src/Makefile.in 2023-03-02 02:58:09.000000000 +0900
|
|
+++ b/src/Makefile.in 2024-01-06 13:59:13.424477428 +0900
|
|
@@ -783,7 +783,7 @@
|
|
$(am__append_24) $(am__append_25) $(am__append_26) \
|
|
$(am__append_27) $(am__append_28)
|
|
libraptor2_la_LIBADD = $(am__append_31) @LTLIBOBJS@
|
|
-libraptor2_la_LDFLAGS = -version-info @RAPTOR_LIBTOOL_VERSION@ \
|
|
+libraptor2_la_LDFLAGS = -version-info @RAPTOR_LIBTOOL_VERSION@ -release lo \
|
|
@RAPTOR_LDFLAGS@ $(MEM_LIBS)
|
|
|
|
EXTRA_DIST = \
|