[SCM] vkeybd/master: Append -Wl,--as-needed to the linking flags.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Mar 10 09:37:51 UTC 2011


The following commit has been merged in the master branch:
commit 07177456d121585a6a8d36637a3c5f7c0e88d93c
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Mar 10 10:37:23 2011 +0100

    Append -Wl,--as-needed to the linking flags.

diff --git a/debian/rules b/debian/rules
index d04e9b5..a60097d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 DESTDIR=$(CURDIR)/debian/vkeybd
+LDFLAGS+=-Wl,--as-needed
 
 %:
 	dh $@ -Smakefile

-- 
vkeybd packaging



More information about the pkg-multimedia-commits mailing list