external/libexttextcat/ExternalProject_libexttextcat.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a9b34c4b8cfd242b7458df52252d665ed7316239
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Dec 13 09:17:10 2018 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Thu Dec 13 10:37:10 2018 +0100

    Pass --en-/disable-werror into external/libexttextcat
    
    (which otherwise always defaults to --enable-werror)
    
    Change-Id: If0e430e0d0994088a61843ea8f3759adbc993be6
    Reviewed-on: https://gerrit.libreoffice.org/65075
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/external/libexttextcat/ExternalProject_libexttextcat.mk 
b/external/libexttextcat/ExternalProject_libexttextcat.mk
index 1dd6272d3981..2c26a1ad2da0 100644
--- a/external/libexttextcat/ExternalProject_libexttextcat.mk
+++ b/external/libexttextcat/ExternalProject_libexttextcat.mk
@@ -17,6 +17,7 @@ $(call 
gb_ExternalProject_get_state_target,libexttextcat,build):
        $(call gb_ExternalProject_run,build,\
                ./configure --disable-shared --with-pic \
                        $(if 
$(verbose),--disable-silent-rules,--enable-silent-rules) \
+                       $(if $(ENABLE_WERROR),--enable-werror,--disable-werror) 
\
                        $(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) 
--host=$(HOST_PLATFORM)) \
                CFLAGS="$(CFLAGS) $(gb_VISIBILITY_FLAGS) $(gb_DEBUGINFO_FLAGS) 
$(gb_DEBUG_CFLAGS) $(if 
$(ENABLE_OPTIMIZED),$(gb_COMPILEROPTFLAGS),$(gb_COMPILERNOOPTFLAGS)) \
                        $(if $(COM_IS_CLANG),-Qunused-arguments) \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to