[SCM] toonloop/master: Enable --as-needed ld's flag.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Mar 7 13:46:02 UTC 2011


The following commit has been merged in the master branch:
commit d40e5eb518fc647558b63785e461789bb894e45c
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Mar 7 14:39:05 2011 +0100

    Enable --as-needed ld's flag.

diff --git a/debian/rules b/debian/rules
index 61675a4..0a9c710 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+LDFLAGS+=-Wl,--as-needed
+
 -include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/rules/debhelper.mk

-- 
toonloop packaging



More information about the pkg-multimedia-commits mailing list