[neon/kde/kio/Neon/unstable] debian: -DKF6_COMPAT_BUILD=ON to disable overlapping files with kio-extras from 6
Jonathan Esk-Riddell
null at kde.org
Thu Dec 7 17:30:25 GMT 2023
Git commit a13860bd8f5bf49699dfea3f9fb7526555720d6e by Jonathan Esk-Riddell.
Committed on 07/12/2023 at 18:30.
Pushed by jriddell into branch 'Neon/unstable'.
-DKF6_COMPAT_BUILD=ON to disable overlapping files with kio-extras from 6
M +1 -1 debian/rules
https://invent.kde.org/neon/kde/kio/-/commit/a13860bd8f5bf49699dfea3f9fb7526555720d6e
diff --git a/debian/rules b/debian/rules
index 516b0eb..7185c98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
override_dh_auto_configure:
- dh_auto_configure -- -DBUILD_QCH=ON -DBUILD_RUNTIME_COMPONENTS=OFF
+ dh_auto_configure -- -DBUILD_QCH=ON -DBUILD_RUNTIME_COMPONENTS=OFF -DKF6_COMPAT_BUILD=ON
override_dh_shlibdeps:
dh_shlibdeps $(patsubst %,-p%,$(filter lib%,$(shell dh_listpackages))) -- -xkio
More information about the Neon-commits
mailing list