[neon/kde/kwin/Neon/unstable] debian: export CXXFLAGS="-stdlib=libc++"
Carlos De Maine
null at kde.org
Sun Mar 29 08:01:17 BST 2026
Git commit c8be0d9f632c0caf0c29a19cded36ec83b4d90cd by Carlos De Maine.
Committed on 29/03/2026 at 07:01.
Pushed by carlosdem into branch 'Neon/unstable'.
export CXXFLAGS="-stdlib=libc++"
export LDFLAGS="-stdlib=libc++"
M +2 -0 debian/rules
https://invent.kde.org/neon/kde/kwin/-/commit/c8be0d9f632c0caf0c29a19cded36ec83b4d90cd
diff --git a/debian/rules b/debian/rules
index a04eeaa..1737d20 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,8 @@
# so switch to clang-19 which works for freebsd in CI
export CC=clang-19
export CXX=clang++-19
+export CXXFLAGS="-stdlib=libc++"
+export LDFLAGS="-stdlib=libc++"
%:
dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list