[neon/qt6/qt6-shadertools/Neon/unstable] debian: run the convenience script

Carlos De Maine null at kde.org
Sat Oct 28 06:27:10 BST 2023


Git commit c151fbac122b1adde4ce84fcb0cae7f27cd60b7a by Carlos De Maine.
Committed on 28/10/2023 at 07:27.
Pushed by carlosdem into branch 'Neon/unstable'.

run the convenience script

M  +3    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-shadertools/-/commit/c151fbac122b1adde4ce84fcb0cae7f27cd60b7a

diff --git a/debian/rules b/debian/rules
index f840705..c9afd65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,11 +18,13 @@ endif
 	dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja
 
 override_dh_auto_configure:
+	#run the convenience script to pass on qt6-base build flags et al...
+	sh /usr/lib/qt6/libexec/qt-cmake-private
+
 	dh_auto_configure -- \
 		--log-level=STATUS \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-		-DFEATURE_use_mold_linker=ON \
 		-DQT_UNITY_BUILD=ON \
 		$(cmake_extra_args)
 


More information about the Neon-commits mailing list