[SCM] aeolus/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Oct 15 11:12:02 UTC 2017


The following commit has been merged in the master branch:
commit 31516cf38f64a08f4829f5ca020e4e2bf6cfabee
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Oct 15 13:06:47 2017 +0200

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 2878b0a..7d4fd8a 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 DESTDIR=$(CURDIR)/debian/aeolus
 
 %:

-- 
aeolus packaging



More information about the pkg-multimedia-commits mailing list