[SCM] qsampler/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Jul 2 23:41:36 UTC 2017


The following commit has been merged in the master branch:
commit 34bf776f616308245ee11f774321a3efa2939c19
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Jul 3 00:51:41 2017 +0200

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 65d50c3..732faaf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
 export QT_SELECT=qt5
 
 %:

-- 
qsampler packaging



More information about the pkg-multimedia-commits mailing list