[SCM] gigedit/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Jul 3 12:48:12 UTC 2017


The following commit has been merged in the master branch:
commit aad9e894dcc2cb497fa4c4842a577796dc5d9e8d
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Jul 3 14:12:31 2017 +0200

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 32c219e..3eee892 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
+
 %:
 	dh $@
 

-- 
gigedit packaging



More information about the pkg-multimedia-commits mailing list