[SCM] Packaging for openal-soft branch, master, updated. debian/1%1.13-6-1-g895052b

Andres Mejia amejia004 at gmail.com
Wed Mar 28 19:02:25 UTC 2012


The following commit has been merged in the master branch:
commit 895052b794a213a617c23dd2c1d2eb58937da487
Author: Andres Mejia <amejia004 at gmail.com>
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



More information about the Pkg-games-commits mailing list