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

debian: Don't build with fatal warnings


Fatal warnings are rarely appropriate for released packages: it's
easy for a new compiler to result in new warnings.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent be0cec47
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -7,6 +7,7 @@
binaries := $(shell dh_listpackages)
confflags = \
--disable-Werror \
--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.
Finish editing this message first!
Please register or to comment