[SCM] jcgui packaging branch, master, updated. debian/0.7-1-8-g2bcfe05

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Jun 20 17:35:30 UTC 2010


The following commit has been merged in the master branch:
commit 2bcfe0510175f56671b301871533569be2e1dca8
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Jun 20 19:35:07 2010 +0200

    Pass CXXFLAGS to the compiler.

diff --git a/debian/rules b/debian/rules
index 1021bd1..639334b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ WAF = ./waf
 	dh $@
 
 override_dh_auto_configure:
-	$(WAF) configure   --prefix=/usr
+	$(WAF) configure   --prefix=/usr --cxxflags="$(CXXFLAGS)"
 
 override_dh_auto_build:
 	$(WAF)

-- 
jcgui packaging



More information about the pkg-multimedia-commits mailing list