[Pkg-virtualbox-commits] [virtualbox] 01/01: Disable format string compiler warnings.

Felix Geyer fgeyer at moszumanska.debian.org
Tue Feb 4 18:10:43 UTC 2014


This is an automated email from the git hooks/post-receive script.

fgeyer pushed a commit to branch master
in repository virtualbox.

commit a8ce78ad5fd29b7effb2cea4e946b23fc8e1abcd
Author: Felix Geyer <fgeyer at debian.org>
Date:   Tue Feb 4 19:08:54 2014 +0100

    Disable format string compiler warnings.
    
    VirtualBox uses -Wno-format is some places which conflicts with
    -wformat-security.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 5c47415..ee845b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,7 @@ SERVER_DEPENDS = $(shell cat /usr/share/xserver-xorg/videodrvdep 2>/dev/null)
 
 export DEB_BUILD_HARDENING=1
 export DEB_BUILD_HARDENING_PIE=0
+export DEB_BUILD_HARDENING_FORMAT=0
 
 %:
 	dh $@ --with python2,dkms

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox.git



More information about the Pkg-virtualbox-commits mailing list