[SCM] yoshimi/master: Fix hardening.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Jun 16 01:23:35 UTC 2016


The following commit has been merged in the master branch:
commit 442b301b00a8d85ae766ec7e2c3befae22d2544a
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Jun 16 03:20:41 2016 +0200

    Fix hardening.

diff --git a/debian/rules b/debian/rules
index b3c5b83..7fcea77 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 ifneq (,$(findstring :$(DEB_HOST_ARCH_CPU):,:amd64:))
 CXXFLAGS+=-msse -msse2 -mfpmath=sse
 endif

-- 
yoshimi packaging



More information about the pkg-multimedia-commits mailing list