[SCM] zita-at1/master: Avoid useless linking.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Dec 27 12:25:07 UTC 2016


The following commit has been merged in the master branch:
commit 3c023acedb4b942c4c8b8c11fb1f8d63bccd5f93
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Dec 27 13:22:04 2016 +0100

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 7a8e348..503c46b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,11 @@
 #!/usr/bin/make -f
 
-LDFLAGS+=-Wl,--as-needed
-export PREFIX=/usr
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+export PREFIX=/usr
+
 %:
 	dh $@ -Smakefile -Dsource
 

-- 
zita-at1 packaging



More information about the pkg-multimedia-commits mailing list