From a226183b8dd4c10551065015c88fe1c0055fe34f Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 25 May 2013 22:28:11 -0300 Subject: [PATCH] debian: compile with V=1 The idea is to allow hardening verification tools (in particular blhc) to scan the logs. Actually fixing the problem will require modifying the notmuch configure script to propagate CPPFLAGS. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 71a56028..4257c5a7 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ override_dh_auto_configure: dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch override_dh_auto_build: - dh_auto_build + dh_auto_build -- V=1 dh_auto_build --sourcedirectory bindings/python cd bindings/python && $(python3_all) setup.py build cd bindings/ruby && ruby extconf.rb --vendor && make -- 2.43.0