writerperfect/Library_wpftdraw.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c7f4f0fb75d6c0908a5ad9468fd95b20bc1158bc
Author:     Andras Timar <[email protected]>
AuthorDate: Thu Oct 30 07:43:24 2025 +0100
Commit:     Miklos Vajna <[email protected]>
CommitDate: Thu Oct 30 08:30:58 2025 +0100

    fix linking of libwpftdrawlo.so
    
    in certain build configs I saw link errors, undefined reference
    to `inflateEnd` and to `inflate` from libcdr, libmspub, libfreehand,
    and libzmf.
    
    Change-Id: Ib90783f936987aea755f818db7183c92a0508e1b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193178
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Miklos Vajna <[email protected]>

diff --git a/writerperfect/Library_wpftdraw.mk 
b/writerperfect/Library_wpftdraw.mk
index a369a626cccf..cd2fc2be98b0 100644
--- a/writerperfect/Library_wpftdraw.mk
+++ b/writerperfect/Library_wpftdraw.mk
@@ -65,6 +65,7 @@ $(eval $(call gb_Library_use_externals,wpftdraw,\
        icu_headers \
        icui18n \
        icuuc \
+       zlib \
 ))
 
 $(eval $(call gb_Library_add_exception_objects,wpftdraw,\

Reply via email to