[Pkg-ofed-commits] [infiniband-diags] 15/16: add option -with-ibpath_override=/usr/sbin
Ana Beatriz Guerrero López
ana at moszumanska.debian.org
Tue Jul 1 12:10:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
ana pushed a commit to branch master
in repository infiniband-diags.
commit 946406c421e263f6b1ee9c679727f7ac963122a9
Author: Ana Guerrero López <ana at ekaia.org>
Date: Tue Jul 1 13:52:45 2014 +0200
add option -with-ibpath_override=/usr/sbin
---
debian/changelog | 4 ++++
debian/rules | 3 +++
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 1e1d82c..7a24893 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,10 @@ infiniband-diags (1.6.4-1) UNRELEASED; urgency=medium
* Bump Standards-Version to 3.9.5 (no changes required).
* Remove useless README.source
* Add support for ppc64el. Thanks to Breno Leitao. (Closes: #751815)
+ * Add option -with-ibpath_override=/usr/sbin to the configure to avoid
+ binaries pointing to /usr/local/sbin.
+ Thanks to Emilio José Padrón (Closes: #700005) and
+ Robert LeBlanc (Closes:#725905)
-- Ana Beatriz Guerrero Lopez <ana at debian.org> Tue, 01 Jul 2014 10:59:29 +0200
diff --git a/debian/rules b/debian/rules
index 3ba2789..e7d6350 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@
override_dh_autoreconf:
dh_autoreconf autoreconf -- -f -i -I config
+override_dh_auto_configure:
+ dh_auto_configure -- --with-ibpath_override=/usr/sbin
+
override_dh_install:
mv debian/tmp/usr/sbin/ibfindnodesusing.pl debian/tmp/usr/sbin/ibfindnodesusing
mv debian/tmp/usr/sbin/ibidsverify.pl debian/tmp/usr/sbin/ibidsverify
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/infiniband-diags.git
More information about the Pkg-ofed-commits
mailing list