[SCM] ALURE packaging branch, master, updated. debian/1.2-3-2-gd4018f3

Andres Mejia amejia004 at gmail.com
Mon Mar 19 14:06:27 UTC 2012


The following commit has been merged in the master branch:
commit d4018f3c9debc99a2fb5727c8af524520ae03718
Author: Andres Mejia <amejia004 at gmail.com>
Date:   Mon Mar 19 10:01:24 2012 -0400

    Fix issue with setting compiler flags.

diff --git a/debian/rules b/debian/rules
index ac1b956..f621a42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 
 # Pass -Wall and some other compiler options we wish to use.
-CFLAGS = "-Wall $(shell dpkg-buildflags --get CFLAGS 2>/dev/null | sed -e 's/-g\|-O2//g')"
-CXXFLAGS = "-Wall $(shell dpkg-buildflags --get CXXFLAGS 2>/dev/null | sed -e 's/-g\|-O2//g')"
+CFLAGS = -Wall $(shell dpkg-buildflags --get CFLAGS 2>/dev/null | sed -e 's/-g\|-O2//g')
+CXXFLAGS = -Wall $(shell dpkg-buildflags --get CXXFLAGS 2>/dev/null | sed -e 's/-g\|-O2//g')
 
 # nostrip option implies noopt
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))

-- 
ALURE packaging



More information about the Pkg-games-commits mailing list