mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-26 20:57:58 +01:00
debian: disable dwz for ruby extensions
The dreaded "dwarf 0" bug is fixed in later binutils, but not in buster.
This commit is contained in:
parent
9ce207bd18
commit
75db1096d7
1 changed files with 3 additions and 0 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -18,6 +18,9 @@ override_dh_auto_configure:
|
|||
override_dh_auto_test:
|
||||
dh_auto_test -- V=1
|
||||
|
||||
override_dh_dwz:
|
||||
dh_dwz -Xruby
|
||||
|
||||
override_dh_auto_build:
|
||||
dh_auto_build -- V=1
|
||||
PYBUILD_NAME=notmuch dh_auto_build --buildsystem=pybuild --sourcedirectory bindings/python
|
||||
|
|
Loading…
Reference in a new issue