[SCM] libass/master: Add -Wl,--as-needed to LDFLAGS

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Nov 11 15:29:37 UTC 2014


The following commit has been merged in the master branch:
commit ef85acaec2c58ee60e13cd940bd3210cb7f5449e
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Nov 11 16:20:39 2014 +0100

    Add -Wl,--as-needed to LDFLAGS

diff --git a/debian/rules b/debian/rules
index 3c86f55..79b7ba9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,7 @@
 #!/usr/bin/make -f
 
 export V=1
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
 %:
 	dh $@ --parallel --with autoreconf
-
-override_dh_autoreconf:
-	dh_autoreconf --as-needed

-- 
LibASS packaging



More information about the pkg-multimedia-commits mailing list