[SCM] gmtk/master: debian/rules: don't build static libraries at all

sramacher-guest at users.alioth.debian.org sramacher-guest at users.alioth.debian.org
Tue Jan 3 00:42:28 UTC 2012


The following commit has been merged in the master branch:
commit 247d005785c3d37a9d5d5c6a7f4127724d7e412d
Author: Sebastian Ramacher <s.ramacher at gmx.at>
Date:   Tue Jan 3 01:34:28 2012 +0100

    debian/rules: don't build static libraries at all

diff --git a/debian/rules b/debian/rules
index 8982e10..522005d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,9 @@ include /usr/share/dpkg/buildflags.mk
 override_dh_autoreconf:
 	dh_autoreconf --as-needed
 
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-static
+
 # Build debug packages.
 override_dh_strip:
 	dh_strip -plibgmtk0 --dbg-package=libgmtk0-dbg

-- 
gmtk packaging



More information about the pkg-multimedia-commits mailing list