[SCM] caps/master: Append LDFLAGS properly.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Jan 16 07:56:03 UTC 2017


The following commit has been merged in the master branch:
commit eee653c49c9c31824f9d13e5a32a14f2faf27f91
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Jan 16 08:44:52 2017 +0100

    Append LDFLAGS properly.

diff --git a/debian/rules b/debian/rules
index 0e2f9e7..a69c44f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-LDFLAGS+=-Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 	dh $@

-- 
caps packaging



More information about the pkg-multimedia-commits mailing list