[neon/kde/akonadi/Neon/unstable] debian: set sqlite as default backend

Carlos De Maine null at kde.org
Sat Oct 28 07:02:40 BST 2023


Git commit 7539c693328e7ff0e180f96fb87ad3a8a9273e47 by Carlos De Maine.
Committed on 28/10/2023 at 08:02.
Pushed by carlosdem into branch 'Neon/unstable'.

set sqlite as default backend

M  +2    -1    debian/rules

https://invent.kde.org/neon/kde/akonadi/-/commit/7539c693328e7ff0e180f96fb87ad3a8a9273e47

diff --git a/debian/rules b/debian/rules
index 1e59914..6eaccbc 100644
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,8 @@ override_dh_auto_configure:
 	dh_auto_configure -- \
 	    -DBUILD_TOOLS=ON \
 	    -DBUILD_DESIGNERPLUGIN=ON \
-		-DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON
+		-DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON \
+		-Dset_default_db_backend=SQLITE
 	    
 execute_after_dh_install:
 	dh_apparmor -pakonadi-server --profile-name=mariadbd_akonadi


More information about the Neon-commits mailing list