[SCM] showq/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Dec 19 16:55:54 UTC 2016


The following commit has been merged in the master branch:
commit 764cc94db9ef4399271c0136410b47551afef3e2
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Dec 19 17:55:45 2016 +0100

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index a5ff60b..974bb5f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-export LINKFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -ldl
+export LINKFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -ldl -Wl,--as-needed
 export CXXFLAGS := -std=c++11
 
 WAF = ./waf

-- 
showq packaging



More information about the pkg-multimedia-commits mailing list