mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
debian: Override RPATH_LDFLAGS
Probably there is a nicer way to do this; perhaps it should be a configure option. (cherry picked from commit 387dc520dd68cc805e390f3a1399f85b5d5bd83a)
This commit is contained in:
parent
933ef53411
commit
fc126d89b2
1 changed files with 3 additions and 0 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -17,6 +17,9 @@ override_dh_installdocs:
|
|||
dh_installdocs
|
||||
install -m644 vim/README debian/notmuch/usr/share/doc/notmuch/README.vim
|
||||
|
||||
override_dh_auto_build:
|
||||
make RPATH_LDFLAGS=""
|
||||
|
||||
override_dh_install:
|
||||
dh_install
|
||||
install -m644 vim/plugin/notmuch.vim debian/notmuch/usr/share/vim/addons/plugin
|
||||
|
|
Loading…
Reference in a new issue