[SCM] qm-dsp/master: Use DEB_MAINT_LD_FLAGS_APPEND.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Dec 7 00:22:34 UTC 2016


The following commit has been merged in the master branch:
commit bed86eeddc1070e1561ccf2a150fcb15e9a7f318
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Dec 6 23:50:10 2016 +0100

    Use DEB_MAINT_LD_FLAGS_APPEND.

diff --git a/debian/rules b/debian/rules
index e3c9dee..785a7e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export PREFIX=/usr
 export LIBDIR=lib/$(DEB_HOST_MULTIARCH)
 export DESTDIR=$(CURDIR)/debian/tmp
 
-LDFLAGS+=-Wl,--as-needed
+DEB_MAINT_LD_FLAGS_APPEND = -Wl,--as-needed
 
 export QT_SELECT := qt4
 

-- 
qm-dsp packaging



More information about the pkg-multimedia-commits mailing list