[SCM] BOINC packaging branch, master, updated. debian/7.0.27+dfsg-3-43-g99554f5

Guo Yixuan culu.gyx at gmail.com
Thu Jul 5 13:54:56 UTC 2012


The following commit has been merged in the master branch:
commit 2ee764300568b558213c2bfc150279a32fead866
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Sun Jun 24 19:09:52 2012 +0800

    disable format hardening flags

diff --git a/debian/rules b/debian/rules
index e099279..2a9210b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,9 @@
 #export CPP=/usr/lib/gcc-snapshot/bin/cpp
 
 # Set default flags with dpkg-buildflags
+# -Wformat -Werror=format-security will need many fixes to avoid ftbfs,
+# so it's disabled for now
+export DEB_BUILD_MAINT_OPTIONS = hardening=-format
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list