The following commit has been merged in the master branch:
commit c3006097a72c15472c0806d5c24a066bd7e7647b
Author: Andres Mejia <[email protected]>
Date:   Thu Aug 6 21:38:37 2009 -0400

    DEB_CXXFLAGS instead of DEB_CFLAGS to override CXXFLAGS used.

diff --git a/debian/rules b/debian/rules
index 358ab1c..ac648ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 # Pass -Wall and some other compiler options we wish to use.
 CFLAGS = "-Wall $(DEB_CFLAGS)"
-CXXFLAGS = "-Wall $(DEB_CFLAGS)"
+CXXFLAGS = "-Wall $(DEB_CXXFLAGS)"
 
 # nostrip option implies noopt
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))

-- 
ALURE packaging

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

Reply via email to