[neon/kde/powerdevil/Neon/unstable] debian: add -fmodules-ts

Carlos De Maine null at kde.org
Wed Jun 21 02:22:09 BST 2023


Git commit 8a4519d881492781304ac2e78efd6aa269f34e46 by Carlos De Maine.
Committed on 21/06/2023 at 01:22.
Pushed by carlosdem into branch 'Neon/unstable'.

add -fmodules-ts

M  +1    -1    debian/rules

https://invent.kde.org/neon/kde/powerdevil/-/commit/8a4519d881492781304ac2e78efd6aa269f34e46

diff --git a/debian/rules b/debian/rules
index aa349f4..ca9230b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ --with kf6 --buildsystem kf6 -- -std=c++20
+	dh $@ --with kf6 --buildsystem kf6 -- -std=c++20 -fmodules-ts
 
 override_dh_shlibdeps:
 	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/


More information about the Neon-commits mailing list