[SCM] sox/master: Try avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Nov 5 21:17:18 UTC 2017


The following commit has been merged in the master branch:
commit c4c447dbbcd5ed8d97b0a222d61ecac7ce991ba1
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Nov 5 21:57:39 2017 +0100

    Try avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 0bca38d..87f1c54 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,7 @@
 #export DH_VERBOSE=1
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 

-- 
sox packaging



More information about the pkg-multimedia-commits mailing list