[SCM] hexter packaging branch, master, updated. upstream/0.6.2-17-geaa0ae4

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Aug 18 10:48:07 UTC 2010


The following commit has been merged in the master branch:
commit 798278ad41a4c0f51c45551d636009632d1ac7d7
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Aug 18 12:41:24 2010 +0200

    Fix little error.

diff --git a/debian/rules b/debian/rules
index ed11e83..8a2ec14 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-LDFLAGS=-Wl,--as-needed
+LDFLAGS+=-Wl,--as-needed
 
 %:
 	dh $@ --with autotools_dev
@@ -8,4 +8,3 @@ LDFLAGS=-Wl,--as-needed
 override_dh_auto_install:
 	dh_auto_install
 	rm -f $(CURDIR)/debian/hexter/usr/lib/dssi/hexter.la
-

-- 
hexter packaging



More information about the pkg-multimedia-commits mailing list