[SCM] mp4v2/master: debian/rules: set ccache variables

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Mon Aug 8 22:24:57 UTC 2011


The following commit has been merged in the master branch:
commit 9567699e623f1d285e3bf0e8277724363af67504
Author: Matteo F. Vescovi <m.vescovi at revese.it>
Date:   Tue Aug 9 00:21:41 2011 +0200

    debian/rules: set ccache variables

diff --git a/debian/rules b/debian/rules
index db69c73..8dd5289 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
 export DH_OPTIONS
 
-CXXFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
+CC:=ccache $(CC)
+CXX:=ccache $(CXX)
 
 %:
 	dh $@ --with autotools_dev

-- 
mp4v2 packaging



More information about the pkg-multimedia-commits mailing list