external/libxml2/ExternalProject_libxml2.mk | 1 + 1 file changed, 1 insertion(+)
New commits: commit 8785b280eadbd04f78b32d352e9475f0772dd095 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Sat Aug 6 09:25:35 2022 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Mon Aug 8 08:45:41 2022 +0200 Pass $(verbose) into ExternalProject_libxml2 Change-Id: I11c7c15f4a97d3024a179fd2489fdace27f15216 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137892 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/external/libxml2/ExternalProject_libxml2.mk b/external/libxml2/ExternalProject_libxml2.mk index 7bb2b58956b9..979a07728966 100644 --- a/external/libxml2/ExternalProject_libxml2.mk +++ b/external/libxml2/ExternalProject_libxml2.mk @@ -38,6 +38,7 @@ $(call gb_ExternalProject_get_state_target,libxml2,build): $(gb_RUN_CONFIGURE) ./configure --disable-ipv6 --without-python --without-zlib --with-sax1 \ --without-lzma \ $(if $(debug),--with-run-debug) \ + $(if $(verbose),--disable-silent-rules,--enable-silent-rules) \ $(gb_CONFIGURE_PLATFORMS) \ $(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________URELIB) \ LDFLAGS="$(call gb_ExternalProject_get_link_flags,libxml2) $(if $(SYSBASE),-L$(SYSBASE)/usr/lib)" \