[SCM] ALURE packaging branch, master, updated. upstream/1.0-7-gc300609

Andres Mejia mcitadel at gmail.com
Fri Aug 7 02:01:33 UTC 2009


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



More information about the Pkg-games-commits mailing list