[SCM] handbrake/master: Pass CPPFLAGS to configure

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sat Sep 27 15:35:21 UTC 2014


The following commit has been merged in the master branch:
commit 06b2be899874a9735bf668df66f958ac38b564f9
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat Sep 27 13:58:40 2014 +0200

    Pass CPPFLAGS to configure

diff --git a/debian/rules b/debian/rules
index 068867a..22257d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ override_dh_auto_configure:
 		--disable-x265 \
 		--disable-gtk-update-checks \
 		CC="$(CC)" CXX="$(CXX)" \
-		CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)"
+		CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" CPPFLAGS="$(CPPFLAGS)"
 
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/tmp

-- 
handbrake packaging



More information about the pkg-multimedia-commits mailing list