[neon/backports-noble/gst-plugins-good1.0-noble/Neon/release] debian: export CC=gcc to fix mscv import failures
Carlos De Maine
null at kde.org
Wed Jul 22 04:12:17 BST 2026
Git commit 87c8c03a28c0d60be8ebfa4fe8a9739b2703d140 by Carlos De Maine.
Committed on 22/07/2026 at 03:12.
Pushed by carlosdem into branch 'Neon/release'.
export CC=gcc to fix mscv import failures
(cherry picked from commit e16f33f6dd812c2d372778527ac3a533921f9b7c)
Co-authored-by: Carlos De Maine <carlosdem at kde.org>
M +1 -0 debian/rules
https://invent.kde.org/neon/backports-noble/gst-plugins-good1.0-noble/-/commit/87c8c03a28c0d60be8ebfa4fe8a9739b2703d140
diff --git a/debian/rules b/debian/rules
index 2616ab1..74e6a06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs
export HOME=$(CURDIR)/fake-home
export QT_SELECT=6
+export CC=gcc
# debian package version
version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
More information about the Neon-commits
mailing list