[SCM] Debian packaging for pentobi branch, master, updated. debian/1.0-1-11-g1b1de23

Dean Evans dean at codemonkies.net
Tue Mar 13 10:05:45 UTC 2012


The following commit has been merged in the master branch:
commit 4fecf23b76dc244c99c92db29aad4de4ea6e2f23
Author: Dean Evans <dean at codemonkies.net>
Date:   Tue Mar 13 16:04:04 2012 +1300

    Add workaround for cmake ignoring CPPFLAGS to enable hardening buildflags.

diff --git a/debian/rules b/debian/rules
index c7c7ed7..ee2a20d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,9 @@
 #export DH_VERBOSE=1
 DH_ALWAYS_EXCLUDE:=CVS:.svn:.svnignore:.git:.gitignore
 
+CFLAGS+=$(CPPFLAGS)
+CXXFLAGS+=$(CPPFLAGS)
+
 override_dh_auto_configure:
 	dh_auto_configure -- -DPENTOBI_REGISTER_GNOME2_THUMBNAILER=OFF \
 			-DPENTOBI_BUILD_TESTS=ON

-- 
Debian packaging for pentobi



More information about the Pkg-games-commits mailing list