[SCM] qm-dsp/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Aug 15 13:48:06 UTC 2017


The following commit has been merged in the master branch:
commit 7463b7c6ce8933bf134de230d92db0dcc417f11f
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Aug 15 15:33:01 2017 +0200

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 5e922d3..e500c9f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ PREFIX = /usr
 LIBDIR=lib/$(DEB_HOST_MULTIARCH)
 DESTDIR=$(CURDIR)/debian/tmp
 
-DEB_MAINT_LD_FLAGS_APPEND = -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 MAJVERS = 0
 MINVERS = 0.0

-- 
qm-dsp packaging



More information about the pkg-multimedia-commits mailing list