Skip to content
Snippets Groups Projects
Commit d2793074 authored by Simon McVittie's avatar Simon McVittie
Browse files

debian: Explicitly disable silent makefile rules


Older debhelper versions didn't do this for us.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 551e64f1
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -8,6 +8,7 @@
binaries := $(shell dh_listpackages)
confflags = \
--disable-Werror \
--disable-silent-rules \
--enable-host-prefix=$(DEB_HOST_GNU_TYPE)- \
--libexecdir=\$${exec_prefix}/lib/libcapsule \
$(NULL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment