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

New commits:
commit 6b128853443f203d47c4a2bc20cbaddb0cd57d1a
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Jul 26 10:31:39 2018 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Thu Jul 26 12:57:33 2018 +0200

    Pass $(verbose) into ExternalProject_libexttextcat
    
    Change-Id: I87f89818c321fadb28faa600377b9e8bc3ad3085
    Reviewed-on: https://gerrit.libreoffice.org/58046
    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 34fbc8405cc5..1dd6272d3981 100644
--- a/external/libexttextcat/ExternalProject_libexttextcat.mk
+++ b/external/libexttextcat/ExternalProject_libexttextcat.mk
@@ -16,6 +16,7 @@ $(eval $(call 
gb_ExternalProject_register_targets,libexttextcat,\
 $(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 $(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