[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - debian/rules loolwsd.spec.in
Andras Timar
andras.timar at collabora.com
Wed May 31 10:09:45 UTC 2017
debian/rules | 2 +-
loolwsd.spec.in | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit f731545293ac26957e55ef03bb1effcb3b522959
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)
Signed-off-by: Andras Timar <andras.timar at collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/38212
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/debian/rules b/debian/rules
index d4fa6539..6a278ba8 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 0bf866b7..d91c0004 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=/opt/collaboraoffice5.3 \
%if 0%{?config_options:1}
More information about the Libreoffice-commits
mailing list