[SCM] invada-lv2/master: Avoid useless linking.

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


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

    Avoid useless linking.

diff --git a/debian/rules b/debian/rules
index 764c211..675dcd2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,10 @@
 #!/usr/bin/make -f
 
-LDFLAGS+=-Wl,--as-needed
-CFLAGS = -Wall -g
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+export DEB_MAINT_LD_FLAGS_APPEND = -Wl,--as-needed
+
+CFLAGS += -Wall -g
 
 %:
 	dh $@

-- 
invada-lv2 packaging



More information about the pkg-multimedia-commits mailing list