diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-11-27 15:19:47 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-11-27 22:58:11 +0100 |
commit | d5f8b759b836268d414fc05f682e4412c6c93f5a (patch) | |
tree | e6cce42ac909f4c78bef9e80b967168d68330b64 /external | |
parent | 5d74305ab4c6b755232afcdc41ecd9fde431152d (diff) |
Pass $(verbose) into ExternalProject_libassuan
Change-Id: I66771b49933a9092ad0c07c5ebaabfb3d80dcdcd
Reviewed-on: https://gerrit.libreoffice.org/45343
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'external')
-rw-r--r-- | external/libassuan/ExternalProject_libassuan.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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)" \ |