[SCM] rubberband/master: Append flags correctly.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Dec 24 09:49:45 UTC 2016


The following commit has been merged in the master branch:
commit 5393930df3a8723a471670552ab829e7a0451b6e
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Dec 24 10:45:22 2016 +0100

    Append flags correctly.

diff --git a/debian/rules b/debian/rules
index 1783d61..2dc1267 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
-LDFLAGS += -Wl,-O1 -Wl,--as-needed
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 export PREFIX=/usr

-- 
rubberband packaging



More information about the pkg-multimedia-commits mailing list