The following commit has been merged in the master branch:
commit 895052b794a213a617c23dd2c1d2eb58937da487
Author: Andres Mejia <[email protected]>
Date: Wed Mar 28 15:01:56 2012 -0400
Add CPPFLAGS to CFLAGS. (Closes: #666095)
diff --git a/debian/rules b/debian/rules
index 0165800..22e8370 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ endif
# For multiarch
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-CFLAGS = -Wall $(shell dpkg-buildflags --get CFLAGS 2>/dev/null | sed -e
's/-g\|-O2//g')
+CFLAGS = -Wall $(shell dpkg-buildflags --get CPPFLAGS 2>/dev/null) $(shell
dpkg-buildflags --get CFLAGS 2>/dev/null | sed -e 's/-g\|-O2//g')
# Use this variable to allow options passed to cmake to be overridable
DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \
--
Packaging for openal-soft
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits