[SCM] qsynth/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Jun 28 07:00:10 UTC 2017


The following commit has been merged in the master branch:
commit d798579ade6dbc7d89c50274fefa74011204f5ed
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Jun 28 07:31:13 2017 +0200

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index cba9418..c5adaf4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
 export QT_SELECT=qt5
 
 %:

-- 
qsynth packaging



More information about the pkg-multimedia-commits mailing list