[Debian-ha-commits] [pacemaker] 02/02: Updated dh_auto_configure so that triplet paths are used for includes

Richard Winters devrik-guest at moszumanska.debian.org
Wed Apr 29 01:49:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

devrik-guest pushed a commit to branch master
in repository pacemaker.

commit aa41690e02ccb639edfadab077e2835a41d2c19c
Author: Richard B Winters <rik at mmogp.com>
Date:   Tue Apr 28 21:42:30 2015 -0400

    Updated dh_auto_configure so that triplet paths are used for includes
    
     - Added --includir=/usr/include/$(DEB_HOST_MULTIARCH) to the
       configure arugments
    
    Change-Id: Ice00cded611279e75ae4cdc4ae22b94136c1c37e
    Signed-off-by: Richard B Winters <rik at mmogp.com>
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1a7812c..f823ebb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,9 +23,9 @@ override_dh_autoreconf:
 	dh_autoreconf ./autogen.sh
 
 override_dh_auto_configure:
-	dh_auto_configure -- --prefix=/usr --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH)/ --localstatedir=/var \
-	    --sysconfdir=/etc --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) --docdir=/usr/share/doc/pacemaker \
-	    --disable-fatal-warnings --enable-dependency-tracking --enable-glib-malloc \
+	dh_auto_configure -- --prefix=/usr --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH) --localstatedir=/var \
+	    --sysconfdir=/etc --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) --includedir=/usr/include/$(DEB_HOST_MULTIARCH) \
+	    --docdir=/usr/share/doc/pacemaker --disable-fatal-warnings --enable-dependency-tracking --enable-glib-malloc \
 	    --with-snmp --with-esmtp --enable-snmp-subagent --with-mibsdir=/usr/share/snmp/mibs \
 	    --with-corosync --with-cs-quorum
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/pacemaker.git



More information about the Debian-HA-Commits mailing list