[ckon] 01/02: Use explicit --with-boost-libdir since multiarch detection does not work on *-i386 architectures. (Closes: #777631)

Patrick Huck tschaume-guest at moszumanska.debian.org
Wed Feb 11 03:07:59 UTC 2015


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

tschaume-guest pushed a commit to branch master
in repository ckon.

commit 9a3403b1e67dfca1355d50d9dc8ddf02ab36c065
Author: Patrick Huck <patrick at the-huck.com>
Date:   Tue Feb 10 18:52:48 2015 -0800

    Use explicit --with-boost-libdir since multiarch detection does not work on *-i386 architectures.  (Closes: #777631)
---
 debian/rules | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4bbc3a9..a127882 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,5 +7,11 @@ export DH_OPTIONS=-v
 	dh $@ --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-silent-rules --with-boost --with-boost-filesystem \
-	--with-boost-system --with-boost-regex --with-boost-program-options
+	dh_auto_configure -- \
+	  --disable-silent-rules \
+	  --with-boost \
+	  --with-boost-filesystem \
+	  --with-boost-system \
+	  --with-boost-regex \
+	  --with-boost-program-options \
+	  --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ckon.git



More information about the debian-science-commits mailing list