[SCM] swami/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Aug 23 05:18:26 UTC 2017


The following commit has been merged in the master branch:
commit 2ad818a9c75d1286738f15911dbf1be2dd2970f5
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Aug 23 06:50:23 2017 +0200

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 6e7c7c6..5f37a87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
 %:
 	dh $@ -Scmake
 

-- 
swami packaging



More information about the pkg-multimedia-commits mailing list