[SCM] jaaa/master: Append flags rather to LDFLAGS.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Aug 8 07:30:21 UTC 2017


The following commit has been merged in the master branch:
commit 08cff707fe60f5a2e655a4620f40ffca0ef4dcfe
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Aug 8 03:58:54 2017 +0200

    Append flags rather to LDFLAGS.

diff --git a/debian/rules b/debian/rules
index 8af8e27..6dd3611 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ MAINPACKAGE?=$(shell dpkg-parsechangelog | sed -n 's/Source: \(.*\)/\1/p')
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-export LDLIBS += -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 	dh $@ --sourcedir=source

-- 
jaaa packaging



More information about the pkg-multimedia-commits mailing list