[SCM] audiofile/master: Pass --enable-static=no to configure.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Jan 5 11:19:00 UTC 2012


The following commit has been merged in the master branch:
commit 8854f6f3e7426979326953e686a41186784ba721
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Jan 5 11:33:03 2012 +0100

    Pass --enable-static=no to configure.

diff --git a/debian/rules b/debian/rules
index be56851..17742f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,9 @@ export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 %:
 	dh $@ --with autoreconf
 
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-static=no
+
 override_dh_strip:
 	dh_strip -plibaudiofile0 --dbg-package=libaudiofile0-dbg
 	dh_strip --remaining-packages

-- 
audiofile packaging



More information about the pkg-multimedia-commits mailing list