[Libreoffice-commits] online.git: Branch 'libreoffice-5-4' - debian/rules loolwsd.spec.in

Andras Timar andras.timar at collabora.com
Tue Jan 30 11:52:02 UTC 2018


 debian/rules    |    2 +-
 loolwsd.spec.in |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 73b7042de9eae33e3d8754d82972d9c451d0f6b5
Author: Andras Timar <andras.timar at collabora.com>
Date:   Tue May 30 13:34:39 2017 +0200

    --enable-silent-rules for package building
    
    Change-Id: I81ad7624b447b6c5f60e1f6e37e2b93896abe792
    (cherry picked from commit 87b009c59c8c7edb3cd8cfccf1262313c9951198)
    Reviewed-on: https://gerrit.libreoffice.org/48669
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/debian/rules b/debian/rules
index b725d6a6..976dbde7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
 
 include /usr/share/dpkg/default.mk
 
-CONFFLAGS = --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-lokit-path=`pwd`/bundled/include $(CONFIG_OPTIONS)
+CONFFLAGS = --enable-silent-rules --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-lokit-path=`pwd`/bundled/include $(CONFIG_OPTIONS)
 
 # Avoid setcap when doing "make", when building for packaging
 # the setcap is done at installation time
diff --git a/loolwsd.spec.in b/loolwsd.spec.in
index 1c7b68db..01bc6be0 100644
--- a/loolwsd.spec.in
+++ b/loolwsd.spec.in
@@ -62,6 +62,7 @@ Obsoletes:      loleaflet <= 1.5.8
 
 %build
 %configure \
+	--enable-silent-rules \
 	--with-lokit-path=bundled/include \
 	--with-lo-path=%{loroot} \
 %if 0%{?config_options:1}


More information about the Libreoffice-commits mailing list