This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository netpanzer.
commit fd69d34e7c503ec0b73b9ad20d01e16a29e508a6 Author: Markus Koschany <[email protected]> Date: Sun Jun 5 10:40:17 2016 +0200 Update hardening.patch --- debian/patches/hardening.patch | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/patches/hardening.patch b/debian/patches/hardening.patch index 9ce2227..9060712 100644 --- a/debian/patches/hardening.patch +++ b/debian/patches/hardening.patch @@ -3,20 +3,23 @@ Date: Sun, 5 Jun 2016 10:18:34 +0200 Subject: hardening --- - SConstruct | 7 +++++++ - 1 file changed, 7 insertions(+) + SConstruct | 10 ++++++++++ + 1 file changed, 10 insertions(+) diff --git a/SConstruct b/SConstruct -index 2db5bbb..09589e1 100644 +index 2db5bbb..959f0b5 100644 --- a/SConstruct +++ b/SConstruct -@@ -118,6 +118,13 @@ else: +@@ -118,6 +118,16 @@ else: exeappend = '' +if 'CXXFLAGS' in os.environ: + env.Append(CCFLAGS = os.environ['CXXFLAGS']) + ++if 'CPPFLAGS' in os.environ: ++ env.Append(CCFLAGS = os.environ['CPPFLAGS']) ++ +if 'LDFLAGS' in os.environ: + env.Append(LINKFLAGS = os.environ['LDFLAGS']) + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/netpanzer.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

