[SCM] zynaddsubfx/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Jul 23 22:50:46 UTC 2017


The following commit has been merged in the master branch:
commit 3ead33f8f243595c7df35f1bf1c0e181eac48d7a
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Jul 24 00:41:43 2017 +0200

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 705771c..00a332f 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 $@
 

-- 
zynaddsubfx packaging



More information about the pkg-multimedia-commits mailing list