[SCM] mplayer2/master: Link with --as-needed.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Oct 4 15:48:31 UTC 2014


The following commit has been merged in the master branch:
commit cff9d24c7aca5a6039c53d956423b2ae72b93852
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Oct 4 16:47:02 2014 +0100

    Link with --as-needed.

diff --git a/debian/rules b/debian/rules
index cd7b189..4026f77 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,7 @@ confflags := --prefix=/usr \
 	--confdir=/etc/mplayer \
 	--enable-translation \
 	--enable-debug=3 \
+	--extra-ldflags=-Wl,--as-needed \
 	$(archconf)
 
 ifeq ($(DEB_HOST_ARCH),i386)

-- 
mplayer2 packaging



More information about the pkg-multimedia-commits mailing list