The following commit has been merged in the master branch:
commit e3e823861bc2df36de44f14bbc77e1db68292cc6
Author: Simon McVittie <[email protected]>
Date:   Fri Jun 15 09:21:24 2012 +0100

    Add CPPFLAGS (which are not followed by ioquake3) to CFLAGS (which are), 
for better hardening

diff --git a/debian/changelog b/debian/changelog
index ee83339..8c6c0e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 ioquake3 (1.36+svn2224-5) UNRELEASED; urgency=low
 
   * Add bug number to the previous upload's changelog
+  * Add CPPFLAGS (which are not followed by ioquake3) to CFLAGS (which are),
+    for better hardening
 
  -- Simon McVittie <[email protected]>  Fri, 15 Jun 2012 09:11:41 +0100
 
diff --git a/debian/rules b/debian/rules
index caa1f76..2b3f339 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ Q3COMPILE_ARCH     := $(shell $(CURDIR)/debian/q3arch arch     
BUILD)
 Q3COMPILE_PLATFORM := $(shell $(CURDIR)/debian/q3arch platform BUILD)
 distro             := $(shell lsb_release -is)
 
-CFLAGS += -fsigned-char -DWITH_OPENARENA
+CFLAGS += -fsigned-char -DWITH_OPENARENA $(CPPFLAGS)
 
 %:
        dh $@ --parallel

-- 
Quake 3 engine

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to