[Libreoffice-commits] online.git: debian/rules loolwsd.spec.in
Andras Timar
andras.timar at collabora.com
Tue May 30 11:35:20 UTC 2017
debian/rules | 2 +-
loolwsd.spec.in | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 87b009c59c8c7edb3cd8cfccf1262313c9951198
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
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