---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 64d2e57..9c1f652 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libtorrent-rasterbar (0.16.11-3) UNRELEASED; urgency=medium
+
+  * Explictly pass --with-boost-system=boost_system to configure
+    as ax_boost_system.m4 doesn't want to find it now that it
+    is multiarch. Fixes FTBFS (Closes: #738381).
+
+ -- Andrew Starr-Bochicchio <a...@debian.org>  Mon, 10 Feb 2014 10:37:28 -0500
+
 libtorrent-rasterbar (0.16.11-2) unstable; urgency=low
 
   * debian/control: libtorrent-rasterbar-dev should depend on
diff --git a/debian/rules b/debian/rules
index ad58439..dfb298c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ PYTHON2=$(shell pyversions -vr)
 PYTHON3=$(shell py3versions -vr)
 ALLPY=$(PYTHON2) $(PYTHON3) $(PYTHON2:%=%-dbg) $(PYTHON3:%=%-dbg)
 
-CONFIGURE_ARGS = --with-libgeoip --with-libiconv
+CONFIGURE_ARGS = --with-libgeoip --with-libiconv 
--with-boost-system=boost_system
 
 %:
        dh $@ --parallel --with python2,python3
-- 
1.9.rc1


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to