[neon/backports-noble/gst-plugins-good1.0-noble/Neon/unstable] debian: export CC=gcc to fix mscv import failures

Carlos De Maine null at kde.org
Wed Jul 22 04:11:09 BST 2026


Git commit e16f33f6dd812c2d372778527ac3a533921f9b7c by Carlos De Maine.
Committed on 22/07/2026 at 03:11.
Pushed by carlosdem into branch 'Neon/unstable'.

export CC=gcc to fix mscv import failures

M  +1    -0    debian/rules

https://invent.kde.org/neon/backports-noble/gst-plugins-good1.0-noble/-/commit/e16f33f6dd812c2d372778527ac3a533921f9b7c

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