[SCM] ffmpeg/master: Respect CC and CXX from the environment in debian/rules.

aca-guest at users.alioth.debian.org aca-guest at users.alioth.debian.org
Fri Nov 27 21:15:43 UTC 2015


The following commit has been merged in the master branch:
commit ce72bac586353e6587ff4e72b09c14f012e6d373
Author: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
Date:   Fri Nov 27 21:31:43 2015 +0100

    Respect CC and CXX from the environment in debian/rules.

diff --git a/debian/rules b/debian/rules
index 4a5a50b..4fc6328 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,6 +61,8 @@ CONFIG := --prefix=/usr \
 	--toolchain=hardened \
 	--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
 	--incdir=/usr/include/$(DEB_HOST_MULTIARCH) \
+	--cc=$(CC) \
+	--cxx=$(CXX) \
 	--enable-gpl \
 	--enable-shared \
 	--disable-stripping \

-- 
ffmpeg packaging



More information about the pkg-multimedia-commits mailing list