aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@unb.ca>2013-05-25 22:28:11 -0300
committerGravatar David Bremner <bremner@debian.org>2013-06-02 20:45:38 -0300
commita226183b8dd4c10551065015c88fe1c0055fe34f (patch)
tree8341bd940b0dfa047612d285db7da4f0d8ae2aed
parent6974c5e4f2e69faf850a5bf20b1a44ea33df5ead (diff)
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.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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