[SCM] gmerlin/master: Disable building of static libraries.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Jan 10 15:48:56 UTC 2011


The following commit has been merged in the master branch:
commit 73041f8f8a5f65cf81a171ee9c875e74b9b7a8a9
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Jan 10 16:48:31 2011 +0100

    Disable building of static libraries.

diff --git a/debian/rules b/debian/rules
index 39f4dc1..6965111 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,9 @@ include /usr/share/cdbs/1/class/autotools.mk
 #    DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
 # Then check manually if everything's ok
 
-DEB_CONFIGURE_EXTRA_FLAGS := --docdir=\$${prefix}/share/doc/libgmerlin-doc --enable-static --with-cpuflags=none
+DEB_CONFIGURE_EXTRA_FLAGS := --docdir=\$${prefix}/share/doc/libgmerlin-doc \
+ --enable-static=no \
+ --with-cpuflags=none
 DEB_DH_MAKESHLIBS_ARGS_ALL := -- -v$(DEB_UPSTREAM_VERSION)
 DEB_DH_STRIP_ARGS := --dbg-package=gmerlin-dbg
 

-- 
gmerlin packaging



More information about the pkg-multimedia-commits mailing list