[neon/extras/gammaray/Neon/release] debian: more ${DEB_HOST_MULTIARCH}
Carlos De Maine
null at kde.org
Tue Dec 31 03:30:49 GMT 2024
Git commit b67a6bb252463f579fdcd51e2751ddf1335a7237 by Carlos De Maine.
Committed on 31/12/2024 at 03:30.
Pushed by carlosdem into branch 'Neon/release'.
more ${DEB_HOST_MULTIARCH}
M +2 -2 debian/rules
https://invent.kde.org/neon/extras/gammaray/-/commit/b67a6bb252463f579fdcd51e2751ddf1335a7237
diff --git a/debian/rules b/debian/rules
index 41851c4..ee753c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,8 +21,8 @@ override_dh_auto_configure:
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE \
-DQT_VERSION_MAJOR=6 \
- -DECM_MKSPECS_INSTALL_DIR=/usr/lib/*/qt6/mkspecs/modules \
- -DPLUGIN_INSTALL_DIR=/usr/lib/*/qt6/plugins/gammaray \
+ -DECM_MKSPECS_INSTALL_DIR=/usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules \
+ -DPLUGIN_INSTALL_DIR=/usr/lib/${DEB_HOST_MULTIARCH}/qt6/plugins/gammaray \
-DGAMMARAY_BUILD_DOCS=TRUE \
-DGAMMARAY_USE_PCH=TRUE \
-DQT_VERSION_MAJOR=6
More information about the Neon-commits
mailing list