[SCM] foo-yc20/master: Append -Wl,--as-needed to LDFLAGS.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Jan 20 20:17:49 UTC 2011


The following commit has been merged in the master branch:
commit 4552ac340edf81e4fde674283e80413bea2de97a
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Jan 20 21:17:24 2011 +0100

    Append -Wl,--as-needed to LDFLAGS.

diff --git a/debian/changelog b/debian/changelog
index 2bc83ba..3d47dad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+foo-yc20 (1.2.0-1) unstable; urgency=low
+
+  * Test
+
+ -- Alessio Treglia <alessio at debian.org>  Thu, 20 Jan 2011 20:50:18 +0100
+
 foo-yc20 (1.1.0-1) unstable; urgency=low
 
   * Initial release. (Closes: #605785)
diff --git a/debian/rules b/debian/rules
index c6d09fe..6a9146d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
+LDFLAGS+=-Wl,--as-needed
 PREFIX=/usr
 
 %:

-- 
foo-yc20 packaging



More information about the pkg-multimedia-commits mailing list