[SCM] kodi/master: Fix also set *_FOR_BUILD variables to gcc-6/cpp-6/g++-6.
js at users.alioth.debian.org
js at users.alioth.debian.org
Wed Oct 4 02:10:28 UTC 2017
The following commit has been merged in the master branch:
commit bca5ea8ae458dafa7a51808f6f17f2a632b38d78
Author: Jonas Smedegaard <dr at jones.dk>
Date: Wed Oct 4 03:53:04 2017 +0200
Fix also set *_FOR_BUILD variables to gcc-6/cpp-6/g++-6.
diff --git a/debian/rules b/debian/rules
index 7804e62..dceba37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@ export DH_OPTIONS
export CPP=cpp-6
export CC=gcc-6
export CXX=g++-6
+export CPP_FOR_BUILD=cpp-6
+export CC_FOR_BUILD=gcc-6
+export CXX_FOR_BUILD=g++-6
# Avoid custom build rule silencing
export V=1
--
kodi packaging
More information about the pkg-multimedia-commits
mailing list