external/mythes/ExternalProject_mythes.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 95a398a2aa009704f484662a7625b5cec7fff3e1
Author:     Caolán McNamara <[email protected]>
AuthorDate: Wed Oct 29 15:28:11 2025 +0000
Commit:     Adolfo Jayme Barrientos <[email protected]>
CommitDate: Fri Oct 31 10:39:32 2025 +0100

    disable werror in external mythes
    
    avoid useless optimized gcc build warning of:
    error: 'void* __builtin_memcpy(void*, const void*, long unsigned int)' 
specified bound 18446744073709551615 exceeds maximum object size 
9223372036854775807 [-Werror=stringop-overflow=]
    
    Change-Id: Iba277bedfa8061af6040891ae8d77c39454f983a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193157
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Jenkins
    (cherry picked from commit 7a44dac223f057b67e59415cd484d7f222bca06c)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193217
    Reviewed-by: Adolfo Jayme Barrientos <[email protected]>

diff --git a/external/mythes/ExternalProject_mythes.mk 
b/external/mythes/ExternalProject_mythes.mk
index b0e0a6bbdb1d..7cdc20245eac 100644
--- a/external/mythes/ExternalProject_mythes.mk
+++ b/external/mythes/ExternalProject_mythes.mk
@@ -22,7 +22,7 @@ $(call gb_ExternalProject_get_state_target,mythes,build):
        $(call gb_ExternalProject_run,build,\
                CXXFLAGS=" $(CXXFLAGS) $(call 
gb_ExternalProject_get_build_flags,mythes)" \
                LDFLAGS="$(call gb_ExternalProject_get_link_flags,mythes)" \
-               LIBS="$(gb_STDLIBS) $(LIBS)" $(gb_RUN_CONFIGURE) ./configure 
--disable-shared --with-pic \
+               LIBS="$(gb_STDLIBS) $(LIBS)" $(gb_RUN_CONFIGURE) ./configure 
--disable-shared --disable-werror --with-pic \
                $(gb_CONFIGURE_PLATFORMS) \
                $(if $(CROSS_COMPILING),gio_can_sniff=no) \
                && $(MAKE) \

Reply via email to