mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
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.
This commit is contained in:
parent
6974c5e4f2
commit
a226183b8d
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -9,7 +9,7 @@ override_dh_auto_configure:
|
||||||
dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch
|
dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
dh_auto_build
|
dh_auto_build -- V=1
|
||||||
dh_auto_build --sourcedirectory bindings/python
|
dh_auto_build --sourcedirectory bindings/python
|
||||||
cd bindings/python && $(python3_all) setup.py build
|
cd bindings/python && $(python3_all) setup.py build
|
||||||
cd bindings/ruby && ruby extconf.rb --vendor && make
|
cd bindings/ruby && ruby extconf.rb --vendor && make
|
||||||
|
|
Loading…
Reference in a new issue