[SCM] handbrake/master: remove ccache diversion

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Sep 9 08:11:48 UTC 2012


The following commit has been merged in the master branch:
commit 7bfceef786c6a97938a9a6fd306a62b008c882b5
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Sep 8 14:39:44 2012 +0200

    remove ccache diversion
    
    This patch unbreaks building in sbuild environments

diff --git a/debian/rules b/debian/rules
index 4e788b8..c248e06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,5 @@
 #!/usr/bin/make -f
 
-CC:=ccache $(CC)
-CXX:=ccache $(CXX)
-
 CFLAGS   = $(shell dpkg-buildflags --get CFLAGS   2>/dev/null | sed -e 's/-g\|-O2//g')
 CXXFLAGS = $(shell dpkg-buildflags --get CXXFLAGS 2>/dev/null | sed -e 's/-g\|-O2//g')
 LDFLAGS += -Wl,-z,defs -Wl,--as-needed
@@ -12,7 +9,6 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed
 
 override_dh_auto_configure:
 	./configure --prefix=/usr --build build \
-		--gcc=/usr/lib/ccache/gcc \
 		CC="$(CC)" CXX="$(CXX)" \
 		CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)"
 

-- 
handbrake packaging



More information about the pkg-multimedia-commits mailing list