]> git.notmuchmail.org Git - notmuch/commitdiff
debian: Override RPATH_LDFLAGS
authorDavid Bremner <bremner@debian.org>
Sat, 28 May 2011 11:48:34 +0000 (08:48 -0300)
committerDavid Bremner <bremner@debian.org>
Thu, 23 Jun 2011 01:43:21 +0000 (22:43 -0300)
Probably there is a nicer way to do this; perhaps it should be a
configure option.
(cherry picked from commit 387dc520dd68cc805e390f3a1399f85b5d5bd83a)

debian/rules

index 985fbc5ff05946e320f36c6bc50b3d3c8b22f146..f7be2ca9ff8ebbf1bdf3e4865b800f3da6522860 100755 (executable)
@@ -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