[SCM] mp4v2/master: Do not build static libraries.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Aug 10 11:19:31 UTC 2011


The following commit has been merged in the master branch:
commit 5952acd3d8c8c79af3beca5dc7267f49c629a3e1
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Aug 10 13:20:19 2011 +0200

    Do not build static libraries.

diff --git a/debian/rules b/debian/rules
index 3f0c6a8..31443b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,9 @@ CXXFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 %:
 	dh $@ --parallel --with autotools_dev
 
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-static=no
+
 override_dh_auto_test:
 	dh_auto_test || true
 	

-- 
mp4v2 packaging



More information about the pkg-multimedia-commits mailing list