[SCM] plotmm/master: Don't build static libraries.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Oct 22 15:17:31 UTC 2010


The following commit has been merged in the master branch:
commit 351321b9acefbe492b17c716d857bb57fdd98ab2
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Oct 22 17:17:22 2010 +0200

    Don't build static libraries.

diff --git a/debian/rules b/debian/rules
index b46cd21..382d888 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 %:
 	dh $@ --with autoreconf
 
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-static
+
 override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog README
 

-- 
plotmm packaging



More information about the pkg-multimedia-commits mailing list