[SCM] synfig-synfig/master: Build using "--with-boost-libdir" to fix FTBFS with multi-arch Boost (Closes: #738379)

onlyjob at users.alioth.debian.org onlyjob at users.alioth.debian.org
Mon Feb 10 10:11:37 UTC 2014


The following commit has been merged in the master branch:
commit 550dc75bc2de8ccf6fa65e581ca78faf7184494d
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Mon Feb 10 21:03:03 2014 +1100

    Build using "--with-boost-libdir" to fix FTBFS with multi-arch Boost (Closes: #738379)

diff --git a/debian/rules b/debian/rules
index b12dbb1..5b1d79b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,7 @@ override_dh_autoreconf:
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
+			--with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
 			--sysconfdir=/etc/synfig \
 			--enable-debug=half \
 			--with-imagemagick \

-- 
synfig-synfig packaging



More information about the pkg-multimedia-commits mailing list