[SCM] qmidiarp/master: Append LDFLAGS properly.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Apr 4 07:01:32 UTC 2017


The following commit has been merged in the master branch:
commit a75f877355dcf11b2614cea192aaf554711370bd
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Apr 4 07:51:40 2017 +0200

    Append LDFLAGS properly.

diff --git a/debian/rules b/debian/rules
index b1ba6f9..e39cb63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
 
 export QT_SELECT=qt5
 
-LDFLAGS+=-Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 	dh $@ --with=autoreconf,scour

-- 
qmidiarp packaging



More information about the pkg-multimedia-commits mailing list