From: David Bremner Date: Sun, 26 May 2013 01:28:11 +0000 (-0300) Subject: debian: compile with V=1 X-Git-Tag: 0.16_rc1~77 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=a226183b8dd4c10551065015c88fe1c0055fe34f;hp=6974c5e4f2e69faf850a5bf20b1a44ea33df5ead;p=obsolete%2Fnotmuch-old 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. --- 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