[SCM] qmidinet/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Jun 27 12:00:54 UTC 2017


The following commit has been merged in the master branch:
commit 80343fd90613a8e88322f776fd61553a89fa3574
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Jun 27 13:49:16 2017 +0200

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 095ef21..85599a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,8 @@ endif
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
 export QT_SELECT=qt5
 
 %:

-- 
qmidinet packaging



More information about the pkg-multimedia-commits mailing list