[SCM] libopenmpt/master: Disable static library in configure invocation

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Sun Jan 8 11:38:48 UTC 2017


The following commit has been merged in the master branch:
commit be2d17628a636c78a40f74b4bf18d6189d6da17c
Author: James Cowgill <jcowgill at debian.org>
Date:   Sat Jan 7 22:35:10 2017 +0000

    Disable static library in configure invocation
    
    This does not affect the final packages (since we discard the static
    library anyway) but should speed up the build.

diff --git a/debian/rules b/debian/rules
index ee5a16f..7abfbc9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_autoreconf:
 	dh_autoreconf --as-needed
 
 override_dh_auto_configure:
-	dh_auto_configure -- --without-ltdl
+	dh_auto_configure -- --disable-static --without-ltdl
 
 override_dh_installchangelogs:
 	dh_installchangelogs libopenmpt/dox/changelog.md

-- 
libopenmpt packaging



More information about the pkg-multimedia-commits mailing list