[SCM] sooperlooper/master: Try to avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Jan 7 22:40:35 UTC 2017


The following commit has been merged in the master branch:
commit 372d1956456838faf33f1e3b8c0f181418b7bd77
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Jan 7 22:24:52 2017 +0100

    Try to avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 49580aa..7e6045d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,8 @@ export LADSPA_PATH=$(CURDIR)/debian/sooperlooper/usr/lib/ladspa
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
 CXXFLAGS += -std=c++11
 
 %:

-- 
sooperlooper packaging



More information about the pkg-multimedia-commits mailing list