[SCM] synthv1/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Jun 26 20:12:52 UTC 2017


The following commit has been merged in the master branch:
commit e9d9d2172bb5267f7b00a9b497da4233c78fc37a
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Jun 26 21:10:53 2017 +0200

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 34f95ef..cbddf58 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
+
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
 EXTRA_CONFIGURE_ARGS = \

-- 
synthv1 packaging



More information about the pkg-multimedia-commits mailing list