[Libreoffice-commits] core.git: external/libnumbertext

Stephan Bergmann sbergman at redhat.com
Thu May 3 19:11:11 UTC 2018


 external/libnumbertext/ExternalProject_libnumbertext.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 55fcb23ea5caa509d8254910c581d234f7ec9199
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu May 3 15:48:07 2018 +0200

    Tunnel verbose=t into external/libnumbertext
    
    Change-Id: Ibbd16c11140308d256cde5e23d7304ca304ac4c1
    Reviewed-on: https://gerrit.libreoffice.org/53795
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/external/libnumbertext/ExternalProject_libnumbertext.mk b/external/libnumbertext/ExternalProject_libnumbertext.mk
index 04b957667ae6..8d473632bee4 100644
--- a/external/libnumbertext/ExternalProject_libnumbertext.mk
+++ b/external/libnumbertext/ExternalProject_libnumbertext.mk
@@ -33,6 +33,7 @@ $(call gb_ExternalProject_get_state_target,libnumbertext,build):
 		LIBS="$(gb_STDLIBS) $(LIBS)" \
 		autoreconf && \
 		$(SHELL) ./configure --disable-shared --with-pic \
+			$(if $(verbose),--disable-silent-rules,--enable-silent-rules) \
 			$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM))\
 			$(if $(filter AIX,$(OS)),CFLAGS="-D_LINUX_SOURCE_COMPAT") \
 			$(if $(libnumbertext_CPPFLAGS),CPPFLAGS='$(libnumbertext_CPPFLAGS)') \


More information about the Libreoffice-commits mailing list