summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2017-05-30 13:34:39 +0200
committerAndras Timar <andras.timar@collabora.com>2017-05-30 13:34:39 +0200
commit87b009c59c8c7edb3cd8cfccf1262313c9951198 (patch)
tree4fd1ebcb724c279ce487d721b8f664c3f3efba45 /debian
parentpackage loolconfig to rpm (diff)
downloadonline-87b009c59c8c7edb3cd8cfccf1262313c9951198.tar.gz
online-87b009c59c8c7edb3cd8cfccf1262313c9951198.zip
--enable-silent-rules for package building
Change-Id: I81ad7624b447b6c5f60e1f6e37e2b93896abe792
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index b725d6a649..976dbde7e5 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