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

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Feb 9 12:13:00 UTC 2011


The following commit has been merged in the master branch:
commit ce076fdcf370e11242540f497b1355c7227857ff
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Feb 9 13:10:01 2011 +0100

    Don't build static libraries

diff --git a/debian/rules b/debian/rules
index 482b3ee..afb36a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 %:
 	dh $@ --with autoreconf
 
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-static=no
+
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS
 

-- 
libgig packaging



More information about the pkg-multimedia-commits mailing list