external/libassuan/ExternalProject_libassuan.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f6c4eb3cafe475dc96bb582cce42ec901b785d4b
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Mon Nov 27 15:19:47 2017 +0100

    Pass $(verbose) into ExternalProject_libassuan
    
    Change-Id: I66771b49933a9092ad0c07c5ebaabfb3d80dcdcd
    Reviewed-on: https://gerrit.libreoffice.org/45343
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>
    (cherry picked from commit d5f8b759b836268d414fc05f682e4412c6c93f5a)
    Reviewed-on: https://gerrit.libreoffice.org/45370
    Reviewed-by: Thorsten Behrens <thorsten.behr...@cib.de>
    Tested-by: Thorsten Behrens <thorsten.behr...@cib.de>

diff --git a/external/libassuan/ExternalProject_libassuan.mk 
b/external/libassuan/ExternalProject_libassuan.mk
index 9f0bccdbf64a..21d034455dca 100644
--- a/external/libassuan/ExternalProject_libassuan.mk
+++ b/external/libassuan/ExternalProject_libassuan.mk
@@ -26,6 +26,7 @@ $(call gb_ExternalProject_get_state_target,libassuan,build):
                && ./configure \
                --enable-static \
                --disable-shared \
+               $(if $(verbose),--disable-silent-rules,--enable-silent-rules) \
                CXXFLAGS="$(CXXFLAGS)" \
                GPG_ERROR_CFLAGS="$(GPG_ERROR_CFLAGS)" \
                GPG_ERROR_LIBS="$(GPG_ERROR_LIBS)" \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to